HCL Placement Paper 2011 @ Bangalore
Q.1. What is the technical term used to denote the problem of a program failing to release the consumed memory back to other programs ?
Answer :-Memory Leakage is the technical term used to denote the problem in question.
Q.2. Can you tell the primary difference between two static and dynamic testing methods ?
Answer :-Static testing is basically a passive testing when program is not run. One may check algorithm, program logic etc. Dynamic testing is done by executing the program for different inputs.