IT is very helpful article for IT aspirant. Guided by Bipin Ajay
What is Java?
Java Technology consists of:
- Java Language
- Java Platform
- Java Tools
Figure 1. Java technology

Java language is a general-purpose programming language. It can be used to develop software for mobile devices, browser-run applets, games, as well as desktop, enterprise (server-side), and scientific applications.
Java platform consists of Java virtual machine (JVM) responsible for hardware abstraction, and a set of libraries that gives Java a rich foundation.
Java tools include the Java compiler as well as various other helper applications that are used for day-to-day development (e.g. debugger).
Thanks
Tech Jitendra
