I am a beginner with JAVA..
I have typed my first program in notepad and trying to compile it.. But there is a problem.. Plz help
Here is the code:
public class HelloWorld
{
public static void main(String[] args)
{
System.out.println("Hello World!");
}
}
and the error is as shown:
error is.JPG