TARGET LANGUAGE:JAVA
PROGRAMME NO 1
----------------------------------------------------------------
{
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
-------------------------------------------------------------------------------------------------------------------
No comments:
Post a Comment