please confirm
Q1
What can you add at //....../?
//....../?
public class
Test {
}
A.package myprog;-true
B.import java.AWT.*;-true
C.protected class Prot {}-false
D.class Another {}-true
E.public static int myData = 123;-false
Order of package, import, class
Question 2: can class put before public class in a file?
Class A {}
Public class B{}
true-the order for class does not matter