CompTIA Security+ (SY0-601) — Question 660
Which of the following can reduce vulnerabilities by avoiding code reuse?
Answer options
- A. Memory management
- B. Stored procedures
- C. Normalization
- D. Code obfuscation
Correct answer: D
Explanation
Code obfuscation is a method that alters the code structure to make it difficult to understand and reuse, thus reducing vulnerabilities. The other options, such as Memory management, Stored procedures, and Normalization, do not specifically target the prevention of code reuse, making them less effective in this context.