Introduction to Java

Ritesh PandeyRitesh Pandey
1 min read

Table of contents

Java is a programming language. It was developed by James Gosling in 1995ater acquired by Oracle.Initially it named as Oak because it was developed infront of a Oak tree, so the developer has think to name it Oak. Later it changed as Java.

Important features of Java -

• Java is a OOPs based language.

• It is a compatible language (platforms independent)

• Java is fairly simple & secure.

Java is used in multiple fields like mobile application,.web application,Big Data processing, Embedded systems.

There are three components of Java -

  1. JVM (JAVA VIRTUAL MACHINE)

  2. JRE (JAVA RUNTIME ENVIRONMENT)

  3. JDK (JAVA DEVELOPMENT KIT)

JVM provides runtime environment to excute a byte code into machine code.

JRE \= JVM + Libraries

JDK provide us development kit.

Example - Javac, Debugging tools,Java doc.

Soon I will write more articles in this series of Java till then bye.

If you enjoyed this article, share it with your friends, classmet, and colleagues!

0
Subscribe to my newsletter

Read articles from Ritesh Pandey directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Ritesh Pandey
Ritesh Pandey