Question: can you help me understand why my answer was wrong and why the correct answer is correct? 1. Consider the following incomplete class. (2points) public








can you help me understand why my answer was wrong and why the correct answer is correct?
1. Consider the following incomplete class. (2points) public class SomeClass public static final int VALUE1 -30; public static int value2-10; private int value3-5; private double value4-3.14; public static void someMethod0 // implementation not shown public void someOtherMethod) l implementation not shown Which of the following is a class constant? (2 pts) VALUE1 C (0 pts) value2 C (0 pts) value3 (0 pts) value4 X (0pts) someOtherMethod
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
