Java Sample Program:
/**
* This is the first sample program in Core Java
*/
public class FirstSample
{
public static void main(String[] args)
{
System.out.println("We will not use 'Hello, World!'");
}
}
Home == Next >>
© Blogger templates The Professional Template by Ourblogtemplates.com 2008
Back to TOP
0 comments:
Post a Comment