Alright, so this website is really good http://www.tutorialspoint.com/java/java_basic_syntax.htm
I've went ahead and created the first Hello World app, and I sort of understand how each part of the syntax works.
This is what I made:
package EclipsePackage;
public class TuteClass {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println("Bhowla was here");
}
}
------------
Also, I did this in Eclipse, which is actually more confusing because I did this Hello World program a while ago manually using a text file and JDK.
Going to go through the Terms in this tutorialspoint website, there's so many of them but that's ok, it feels like going back to uni again and taking 1st year programming class. It's harder when there's no lecturer that asks you what each term means every now and then, I guess I have to test myself. It's too late at night now, now it's 1 am, so I'm just going to read the terms before I go to bed.
No comments:
Post a Comment