So, lately I have taken an interest in Java, and have attempted to learn it, but I find myself unable to
actually learn anything. These online tutorials slap a code in my face, cool, I have no idea what it means, why you have to type certain things. What would happen if I were to substitute it with something? Are there certain words I can use? Like.. I'm utterly confused.
This is what I have learned, I'll bold the things I need help with:
public class Hello World {
public static void main (String[] args) {
System.out.println ("Hello World!");
}//End of main
}//End of class
What
exactly does all of this do? Yes, I know I have to run it via Command Prompt, but I want to know why I have to type certain things.
Are there things I can substitute for static, void, main, args? What is all of this doing?!?! I'm quite annoyed by this, because if I don't know what they do, I will be unable to write my own program.
Please help :\