What is Java ? Introduction of Java Language:


In simple words Java is programming language which is widely used for developing desktop applications, web application, mobile games, etc. Java is not only programming language it is
platform to run java programs with the help of Java libraries and APIs.



introduction of java



Java was developed by James Gosling, Mike Sheridan, and Patrick Naughton in 1991 at Sun
Microsystems, Inc.
and released Java 1.0 publicly in 1995. Java initially known as “Oak” then renamed as Java. It was originally designed for digital devices like remotes, televisions, VCRs, microwave ovens etc. Java follows “Write Once, Run Anywhere” principle. Prior to Java, C and C++ are very popular but there are some problems like Portability, Security to overcome these problems java was developed and not to replace C++. Although Java is now popular computer programming language but C++ is also used today in many applications.



Java programming language is popular because of its features and that are as follows-


1. Object-Oriented Programming Language –


Java is Object-oriented programming language as like C++. Object-oriented means larger programs are divided into smaller objects and that objects are organized with the help of following basic concepts


Objects


Classes


Inheritance


Polymorphism


Abstraction


Encapsulation.


2. Platform independent


Java is platform independent programming language because java code can be run on various types
of platforms like Windows, Linux, Mac OS,etc.


3. Secure –


Java programs are compiled into a bytecode and not into direct executable code. Bytecode is nothing but set of instruction which is only execute on Java run-time system also called as Java Virtual Machine (JVM). In simple words Java Virtual Machine is interpreter to execute bytecode. This whole process is one type security layer.


4. Simple


Java is simple to learn if we know the basic concept of Object Oriented programming language.


5. Robust –



We can devlopesoftware which perform various operations because of java’s Robustness feature. Java introduced exception handling function which helps to handle errors and to build working softwares.


6. Multithreaded –



Multithreaded means to do many thing at the same time and this feature java implemented to creating
interactive programs.


Post a Comment

Previous Post Next Post