Solved

Which Two Statements Describe Advantages of Static Code Analysis Over

Question 100

Multiple Choice

Which two statements describe advantages of static code analysis over unit tests? (Choose two.)


A) It checks for potential tainted data where input is not checked.
B) It enforces proper coding standards and style.
C) It performs a quick analysis of whether tests will pass or fail when run.
D) It checks for race conditions in threaded applications.
E) It estimates the performance of the code when run.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions