MENU

Java Programming Tutorial 1 - Basic Java Program

by 7:02 AM
undefined
Hello, this is the very basic of Java programming and it should look like this. This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters public class HelloBiborn // creating class named HelloBiborn { public static void main(String[] args) // main method { System.out.println("Hello biborn!!"); // print out the text } } view raw

Upcoming Java Tutorial Series

by 6:04 AM
It has been a while since I updated this blog with useful posts. I'm really busy with my personal life, traveling, and group activities. Lately i revised back about Java programming and I decided to create some series of Java tutorial here in my blog. I hope this can help those who want to learn Java the quick way (really? there's no easy way for that dude. LOL) and help me remember what I learnt . My reference is a book by D.S.