hi gyz, i've got my first Assignment of java. first i do coding plz take a look. : /* The HelloWorldApp class
implements an application that simply
displays "Hello World!" to the standard
output. */
public class HelloWorldApp{
public static void main(string[]args){
//Display the string.No global main System.out.println("Hello World!");
}
}
After this when i've try to compile the it like this : first i dwonload jdk 5.0 and i've save file the name of "HelloWorldApp.java" then i've open the comand prompet and wrote javac HelloWorldApp.java there comes an error like 1 error . where i do mistake plz guide me.
thanks in Advance