i tried ur suggestion but still i am findiong same error and its shows that ; is
expected in System.out.println and this error i am finding in this particular
Statement only in most of programs in write.u thnk that i am missing
something.if yes pls tell me.even if put like this also i am getting same error.
System.Out.Println
i have posted my code
import java.io.*;
class hello{
public static void main(string args[])
System.out.println("hello java","+");
}