SCJP - Sun Certified Java Programmer Practice Test
FREE Sun Certified Java Programmer Questions and Answers
Which of the following accurately describes the main() method of an application?
Select your answer
A
public static void main( String args );
B
public static void main();
C
public static void main( Graphics g );
D
public static void main( String args[] );
Hint