Thursday, February 18, 2010

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 >>

0 comments:

About This Blog

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP