This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

java the first coding

Words
53
Reading
1 min
Listen
Play
8y

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

java the first coding | Ecency