Java Overview


Java was originally designed for interactive tv,However it had been advanced technology for the digital cable tv industry at the time. The history of java starts with Green Team. Java team members , initiated this project to develop a language for digital devices such as set-top boxes, televisions, etc. However, it was suited for internet programming. Later, Java technology was incorporated by Netscape.


Java is an object-oriented high level, robust, object-oriented and secure programming language. computer-programming language. It is a widely used robust technology.


Example

class Simple{  
    public static void main(String args[]){  
     System.out.println("Hello Java");  
    }  
}  



Comments