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.

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

1 Expert Approved Answer
Step: 1 Unlock

The detailed answer for the above question is provided below Answer B To make Jav... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!