Home / CSE MCQs / JUnit MCQs :: Discussion

Discussion :: JUnit MCQs

  1. Static analysis cannot ____________
  2. A.
    Enforce coding standards
    B.
    Help in code understanding
    C.
    Identify anomalies or defects in the code
    D.
    Detect memory leaks

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Memory leaks occur dynamically and hence, static analysis cannot identify them.


Be The First To Comment