skip to main
|
skip to sidebar
java with Ken C
Saturday, February 21, 2009
java source code-hello world
class Noname1
//Noname1 is name for the class, I can chanage this for any
{
public static void main(String[] args)
{
System.out.println("Hello World!");
}
}
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
▼
2009
(6)
▼
February
(6)
Build and run OutputVariable Java program using Ne...
Lesson2-java source code
Keyboard input
http://www.javapassion.com/javaintro/
homework 1.
java source code-hello world
No comments:
Post a Comment