The practice of writing code that anticipates and gracefully handles potential issues is known as ________.

  • Exception Handling
  • Defensive Programming
  • Code Optimization
  • Bug Avoidance
Defensive Programming involves proactively addressing potential issues in code, making it more robust and error-resistant.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *