Modal Box

Java Introduction

James Gosling is known as the father of Java language. Previously known as OAK, java was later renamed to Java.

This language was the product of SUN Microsystems but now it is the product of ORACLE. In today’s programming world, java is one of the most popular language due to its following features :.

 

  1. Security
  2. Portability
  3. Platform independent
  4. Robust in nature
  5. Object Oriented

 

Java has different versions that starts from 1.0 and till now, java 10 has been released.

To know java better we will understand some key points :

  1. Bytecode : This is a highly optimized set of instruction code (.class file).
                      Bytecode is created when we compile the java source file.
                      Due to the bytecode, Java is platform independent in nature.
  2. JDK :    JDK (Java Devlopment Kit) is a full development kit for JAVA programming.
               To create a java application, you must install JDK as it contains java compiler as well.
  3. JRE :   To run java applications, we only need JRE (Java Runtime Environment) on our system.

 

Video/ C Introduction

Wordpress Social Share Plugin powered by Ultimatelysocial