What can you add at //?
//
public class
Test {
}
A.package myprog;
B.import java.AWT.*;
C.protected class Prot {}
D.class Another {}
E.public static int myData = 123;
please ans:
my ans
A,B,D
the order is package,import,class
can anybody explain :can class put before public class in a file?
CAN ANYBODY GIVE ME THE CORRECT ANS:
THANX
SSHERIN