try this:
import java.io.*;
class hello{
public static void main(string args[]){
System.out.println("hello java");
}
}
u r supposed to open and close braces for main method..and u r using " , " for
concatation .u shud use "+" operator for joining multiple strings... this works
fine... im also new to java.. just learning java...