Custom Search
Wednesday, August 25, 2010
Saturday, August 21, 2010
Hello Word
When you start to write your own programe, you can start here, write your first code Hello word. Using Netbeans IDE you can go to blank page from Netbeans then write your code there. Example :
public class HelloWord {
public static void main (String args []) {
System.out.println ("Hello word");
}
}
Java is case sensitive, you must carefull when you write capital or small character. After you write your code then you can debug your programme, if there is no error the programme will appear "Hello word". Try to change Hello word with another word you like, or you try to chage the code and analise what will happen.
public class HelloWord {
public static void main (String args []) {
System.out.println ("Hello word");
}
}
Java is case sensitive, you must carefull when you write capital or small character. After you write your code then you can debug your programme, if there is no error the programme will appear "Hello word". Try to change Hello word with another word you like, or you try to chage the code and analise what will happen.
Sunday, August 8, 2010
What do you need to go to java?
Before you starting to go to java you need to prepare all of the things that will you need, i suggest to you to use IDE (integrated development environtment) to go to java, IDE will make you easy to go, easy to understand java. Many IDE can you use to go to java Netbeans, Eclipse, etc. I use Netbeans to go to java.You can download free Netbeans or Eclipse on their official website. You can use the new version of netbeans or eclipse to do java programming.
Monday, August 2, 2010
Lets go to java world
Hello, i am a java, do you?
If you want to go to java, lets go with me. I am a java, i will document all of my java here. So you can learn java use my documentation here. Next days i will post my java one by one from zero to hero.
I will restart my java here, continued until everything gonna good to understand and to learn. You can share your java experience here, leave your comment here i will check it and reply it.
Lets go to java together.
Subscribe to:
Posts (Atom)
