Java is a technology consisting of both a programming language and a software platform. To create an application using Java, you need to download the Java Development Kit (JDK), which is available for Windows, macOS, and Linux. You write the program in the Java programming language, then a compiler turns the program into Java bytecode—the instruction set for the Java Virtual Machine (JVM) that is a part of the Java runtime environment (JRE). Java bytecode runs without modification on any system that supports JVMs, allowing your Java code to be run anywhere.
Java is a programming language and a platform. It is a high level, robust, object-oriented and secure programming language.
Java was developed by Sun Microsystems (which is now the subsidiary of Oracle) in early 1991. James Gosling is known as the father of Java. Before Java, its name was Oak. Since Oak was already a registered company, so James Gosling and his team changed the Oak name to Java.
Application of Java:
Java is currently used vastly in many devices. Some of its application are as followed-
Desktop Applications such as acrobat reader, media player, antivirus, etc.
Mobile Applications
Embedded System
Gaming Applications
Web-based Applications
Enterprise Applications such as banking applications
Cloud-based Applications
Robotics, etc.
How Java Works
First Java is compiled into bytecode and then it is interpreted to machine code.
Java is a technology consisting of both a programming language and a software platform. To create an application using Java, you need to download the Java Development Kit (JDK), which is available for Windows, macOS, and Linux. You write the program in the Java programming language, then a compiler turns the program into Java bytecode—the instruction set for the Java Virtual Machine (JVM) that is a part of the Java runtime environment (JRE). Java bytecode runs without modification on any system that supports JVMs, allowing your Java code to be run anywhere.
Java is a programming language and a platform. It is a high level, robust, object-oriented and secure programming language.
Java was developed by Sun Microsystems (which is now the subsidiary of Oracle) in early 1991. James Gosling is known as the father of Java. Before Java, its name was Oak. Since Oak was already a registered company, so James Gosling and his team changed the Oak name to Java.
Application of Java:
Java is currently used vastly in many devices. Some of its application are as followed-
How Java Works
First Java is compiled into bytecode and then it is interpreted to machine code.