/*This is a simple java program.*/
class Example {
//Your program begins with a call to main().
public static void main(String args[]) {
System.out.println("This is a simple Java Program.");
}
}
Output:
This is a simple Java program.
< A Collection Of Examples />
/*This is a simple java program.*/
class Example {
//Your program begins with a call to main().
public static void main(String args[]) {
System.out.println("This is a simple Java Program.");
}
}
Hi, I'm Moinuddin. I'm a Software Engineer at WIPRO working on Microsoft .NET Technology. I'm interested in a wide range of technology topics, mainly Microsoft including Windows Azure, WCF, WPF, Silverlight and any other cool technology that catches the eye.
0 comments:
Post a Comment