how can i create a hello world on java?
Printable View
how can i create a hello world on java?
Code:public class HelloWord {
public static void main(String args[]) {
System.out.println("Hello World in a noob in java");
}
}
So you want to take the first step on Java.
My suggestion is work out with the Suns' tutorial. It's best you have.
Here is the link.
Good luck!
hmmm... should i type that?
where? how?
is the link broken?
No it's not, Just click on it.
*clicks link*
hmmm... nothing happens.. :(
No it works for me. Try to copy-paste the following text in your browser.
"http://java.sun.com/docs/books/tutorial/"
see this site
ride2java.com
This is the site that Eranga mentioned:
"http://java.sun.com/docs/books/tutorial/"
Luck,
CJSL