Hello World, I really intrigued with this software programming terms. Why ? because this term is a simple software programming that always be learned by programmer when starting to learn software programming. You could say that Hello World is such a introduction program.
Hello World |
public class Hello
{
// My First Java Program
public static void main(String[] args){
//Displaying String Hello World on the screen
System.out.println(“Hello World”);
}
I hope this post can increase your software programming insight. Thanks …
0 comments:
Post a Comment
If you have something to say about this post, please fell free to write it in the comment form below. We will reply to all comments as soon as possible. Thanks ...