IT Peoples Always Welcome
Learn New Useful things and Do Something Different
14 September, 2012
Syntax for JAVA
Syntax for a standalone application in Java:
import packages;
class <classname>
{
public static void main(String args[])
{
statements;
————————;
————————;
}
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment