Free video Tutorials
Updating every hour!
45614 online video tutorials and counting.
Video Tutorials

Java Tutorials Part 1 - Basic Program


** These Videos are meant to be watched in FULL screen on high-detail mode, so please do not complain that you cannot read it in the comments. Click high detail and go to full screen! **

http://www.youtube.com/watch?v=Pg3XIBCvKNQ&fmt=18

HIGH DETAIL LINK ^^

Source Code:

public class tutorial {

public static void main (String [] args) {

System.out.println(”Hello java tutorials!”);

}
}