Hello Quiz

September 11, 2007 at 1:28 pm (Uncategorized)

1.What is this platform-independent code called?
It is call cross platform

2.Which of the following is not a valid comment?
C

3.What’s the first thing you should check f you see the following error at runtime?
The first we should check is the class name different than the file name or not.

4.It is call public static void main.

5.It can be write in either order which public static or static public). Convention is to use public static.

6.The main method usually define a single parameter, name args which is array of type string.

Post a Comment