jaypee's world programmer ".NET DEVELOPER"
this blog is all about my learnings on programming
Monday, March 29, 2010
Hello world using java
this is a simple program in java.
import java.io.*;
public class helloworld
{
public static void main(String args[])
{
system.out.print("Hello World");
}
}
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment