1.

Static analysis cannot ____________(a) Enforce coding standards(b) Help in code understanding(c) Identify anomalies or defects in the code(d) Detect memory leaksI have been asked this question by my college director while I was bunking the class.This intriguing question originated from Test-driven Development topic in division Test Coverage and Development of JUnit

Answer»

Correct OPTION is (d) DETECT memory LEAKS

Best explanation: Memory leaks occur dynamically and HENCE, static analysis cannot identify them.



Discussion

No Comment Found

Related InterviewSolutions