Wednesday, 19 October 2016
Java Example
Let's have a quick look at java programming example. A detailed description of hello java example is given in next page.
class
Simple{
public
static
void
main(String args[]){
System.out.println(
"Hello Java"
);
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment