ISC Exam Questions

What is the BEST method to detect the most common improper initialization problems in programming la

What is the BEST method to detect the most common improper initialization problems in
programming languages?

A.
Use and specify a strong character encoding.

B.
Use automated static analysis tools that target this type of weakness.

C.
Perform input validation on any numeric inputs by assuring that they are within the expected
range.

D.
Use data flow analysis to minimize the number of false positives.