Question: The error in the following segment is: Time left 0 : import java.util.Date; public class A { private static int x ; Date d =
The error in the following segment is:
Time left :
import java.util.Date;
public class A
private static int ;
Date new Date;
public static void mainString args
System.out.printlnx;
System.out.printlnd;
A No errors.
B The main method tries to access the variable
C The main method tries to access the instance d
D Variable is defined as private.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
