What is java
Java is a pure object oriented programming language developed by James Gosling at Sun Micro System.Today java is maintained and owned by Oracle.
Java is a high level, robust, secured and object-oriented programming language.
Java is a thread based and platform independent programming language.
Who Developed java
Java was originally developed by James Gosling at Sun Micro System.
Where it is used
- Desktop Applications such as Media Player.
- Web application such as www.javagf.com and www.Books4s.in
- Mobile applications like Temple run game or Watsapp.
- Robotics
Types of java Application
- Standalone application.
- Web application.
- Distributed application
What is standalone application
If our designed application will run on our local system then that java application will be called standalone application.
What is web application
If we will design our application using Servlet, JSP or any other web technology then this application is called web application.