I just started to learn Java a few weeks ago but gave up on it after hours of attempts and my code didn't work. Here is my input:
class JAVA
{
public static void main(String Args[])
{
System.out.println("Hello World");
}
}
I saved it as JAVA.java and tried to run it on Eclipse but it says there's an error. The error I forget what it was because it was like 3 weeks or so ago, but it wouldn't bypass the error for nothing.
I eventually grew tired of it and deleted it, but can any one explain why it didn't work?