Question: Why do software engineers use named constants like JOptionPane.YES_NO_OPTION? A. Because of dynamic binding. B. To make Java code as self-documenting as possible. C.
Why do software engineers use named constants like JOptionPane.YES_NO_OPTION? A. Because of dynamic binding. B. To make Java code as self-documenting as possible. C. Because the Java compiler requires the use of named constants. D. Because the Java run-time system requires the use of named constants. E. They have to be used for methods that require a named constant parameter.
Step by Step Solution
There are 3 Steps involved in it
The detailed answer for the above question is provided below Answer B To make Jav... View full answer
Get step-by-step solutions from verified subject matter experts
