Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 8

AGENDA

• Introduction to Java
• Java Architecture
• Java Features
• Environment Setup
ABOUT JAVA

• JAVA was developed by James Gosling at Sun


Microsystems Inc in the year 1991, later acquired by
Oracle Corporation.
• Primary goal of Java was to develop a language that can
run on consumer appliances – which is called as Internet
of Things.
• Java gain popularity due to its features of building
programs which can run on applets.
WHAT IS JAVA

• Java is a cross-platform object-oriented programming


language.
• Java is:
• Concurrent
• Object-Oriented
• Write Once , Run Anywhere
WHAT IS JVM, JDK AND JRE?

• JVM (Java Virtual Machine) is an abstract machine that enables your computer to
run a Java program.
• JRE (Java Runtime Environment) is a software package that provides Java class
libraries, Java Virtual Machine (JVM), and other components that are required to
run Java applications.
• JDK (Java Development Kit) is a software development kit required to develop
applications in Java. When you download JDK, JRE is also downloaded with it.
6 FEATURES OF JAVA

• Simple
• Portable
• Multi-threaded
• Object – Oriented
• Robust and secured
• Platform independent
• Automatic Memory Management
REAL WORLD JAVA
APPLICATIONS

Desktop-based Mobile Payment Trading System


App Service

Virtual Globe Instant Web Browser


Messaging App

Messaging app Music Twitter


Streaming
Service
FIRST JAVA PROGRAM

You might also like