java the first coding

in science •  7 years ago 

the first code in java programming language

/*

 * helloword.java 
 *display hello word!!! to the output window 
 *
 */
   public class hello world             // class definition header 
   {
  public static void main (string[]args)
  {
   system.out.println("hello world!!!");    //print text 
   }// end class helloword 

follow my previous post to get started on the java

https://steemit.com/sciences/@marvis7/using-netbeans-to-compile-and-run-java-programs-for-the-computer-scientist#comments

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!