Programming with Java
Tuesday, 14 February 2012
Hello World
public
class
HelloWorldExample
{
public
static
void
main
(
String
args
[
]
)
{
System
.
out
.
println
(
"Hello World !"
)
;
}
}
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment