Friday, 28 March 2014

My first Blog....

TARGET LANGUAGE:JAVA


PROGRAMME NO 1
 
----------------------------------------------------------------

public class hello
 {
        public static void main(String args[])
      {
          System.out.print("Hello world");
      }
}

//Output:-Hello world
--------------------------------------------------------------------------------------------------------------------
From the above program we can conclude the following features of JAVA

1. java is simple

2. java is secure i.e.
  • It cannot harm other systems
3. It encourages error free programming i.e. it is ROBUST.
-------------------------------------------------------------------------------------------------------------------

 

No comments:

Post a Comment