top of page

Introduction To Java

Updated: Sep 22, 2022


Java

Java is a very popular programming language. It is an open-source technology for developing platform-independent applications.


Depiction of the Need for Java using a Real-Time Scenario:-


Arya - Hey, Suhani I love playing the CRISS CROSS Game on my mobile. I am not able to install that game on my mobile.......... Can you please help me out?
Suhani - Sorry Arya. It can be installed on Android mobiles only. Yours is iOS. So you are not able to install it.
Arya - It would be great if games are developed such that, they can run on any mobile, irrespective of the underlying OS,
Suhani - Yes, For that, they should have used technology like Java.
 

History of Java

James Gosling initiated the development of Java at Sun Micro Systems in June 1991. Finally, Sun released the first public implementation as Java 1.0 in 1995. Java runs on various platforms, like Windows, macOS, Unix, etc.,

Because of its various features which are more advantageous than other languages, Java is one of the fastest growing and the most widely used programming languages of all time.


What is Java?

Java is a high-level, class-based, simple, secure, platform Independent, and object-oriented programming language. It mainly focuses highly on data and is followed by the behaviors that affect this particular data thereby changing the state of the corresponding object from one form to the other form.


Features of Java

  1. Object Oriented Programming Language

  2. Platform Independence

  3. Architecture Na or J2EE) - Used to develop complex applications for large organizations. It focuses more on server-based applications that can be used by multiple users at a time.

  4. Java Micro Edition (JME or J2ME) - Used for developing mobile applications and also for applications on embedded devices.


Java Platform

Java platform is the name given to a computing platform from Oracle that helps programmers to develop and run an application. Java was originally developed by Sun and later acquired by Oracle in 2010.


The Java Platform consists of two essential software -

  1. Java Development Kit (JDK)

  2. Java Virtual Machine (JVM)


 

created by Vaishnavi Chaurasia @TechInfinity

Recent Posts

See All
Upcasting and Downcasting In java

Overview In all the programs, the type of a reference variable and the object it points to will be of the same type. For Example -...

 
 
 
Inheritance In Java

What is Inheritance? If the relationship between two classes is "IS A" and "IS A TYPE OF"then that relationship is termed Inheritance....

 
 
 

Commenti


bottom of page