SlideShare a Scribd company logo
ARVINsantos
buendia
INTRODUCTION
TO JAVA
PROGRAMMING
OBJECTIVES
1. Outline the history of
JAVA
2. Define JAVA
3. Identify the fundamental
problems that JAVA solved
4. Generalize the JAVA platform
INTRODUCTION TO
JAVA PROGRAMMING
SUN
STANFORD UNIVERSITY
NETWORKS
MICROSYSTEMS
GREEN TEAM JAMES GOSLING
C and C++ BASED
LANGUAGE
HOME
ENTERTAINMENT
CONTROLLER
W3 – NETSCAPE
NAVIGATOR
OAK JAVA
“WRITE ONCE RUN
ANYWHERE”
INTRODUCTION TO
JAVA PROGRAMMING
PROGRAMMING LANGUAGE
• FLEXIBILITY
• FUNCTIONALITY
COMPLEX LANGUAGE
• KNOWLEDGE OF C/C++ PROGRAMMING
• OBJECT-ORIENTED SOFTWARE DESIGN
SOFTWARE DEVELOPMENT KIT AND SPECIAL COMPILER
• JAVA PROGRAM CONSISTS OF PIECES CALLED CLASSES
INTRODUCTION TO
JAVA PROGRAMMING
• safely download applets
• without fear of viral infection or
malicious intent
SECURITY
• Java programs can be
dynamically downloaded to all
various types of platforms
connected to the Internet,
• some means of generating
portable executable code is
needed.
• Java accomplishes this through
its Java bytecode
PORTABILITY
INTRODUCTION TO
JAVA PROGRAMMING
THE JAVA VIRTUAL
MACHINE (JAVA VM)
the base for the Java platform
ported onto various hardware-based
platforms
Microsoft Internet Explorer and
Netscape Navigator
THE JAVA APPLICATIONS
PROGRAMMING
INTERFACE (JAVA API)
large collection of ready-made
software components that provide
many useful capabilities
The Java API is grouped into libraries
(packages) of related components
Java Class Library of Java Applications
Programming Interface (Java API) –
packages used in Java classes
INTRODUCTION TO
JAVA PROGRAMMING

More Related Content

PPTX
Tehran's 1st Android bootcamp - Part2
PPTX
Chapter 1 java
PPTX
Manejo Nutricional de la Diabetes Gestacional
PPT
Java2020 programming basics and fundamentals
PPT
Java presentation
PPTX
OOP - Lecture02 - Introduction to Java.pptx
PPTX
1 .java basic
PPT
Chapter 1 introduction to java technology
Tehran's 1st Android bootcamp - Part2
Chapter 1 java
Manejo Nutricional de la Diabetes Gestacional
Java2020 programming basics and fundamentals
Java presentation
OOP - Lecture02 - Introduction to Java.pptx
1 .java basic
Chapter 1 introduction to java technology

Similar to Intro to java (20)

PDF
Java Basic.pdf
PPTX
Why should i learn java
PPT
Java-Unit-I.ppt
PPTX
INTRODUCTION TO JAVA the important of he java
PPT
Core Java Slides
PPTX
Features of java unit 1
PPTX
Java Introduction
PPTX
Introduction to java
PPTX
Java
PPTX
Unit1- OOPJ(OO Using JAVA) Chapter-1.pptx
PDF
TechSearchWeb Tutorials.pdf
PPTX
PPTX
1.Intro--Why Java.pptx
DOCX
Java@intro to java
PPT
Introduction to Core Java feature and its characteristics
PPTX
Java 2 computer science.pptx
PPTX
Chapter-1 Introduction.pptx
PPT
1.INTRODUCTION TO JAVA_2022 MB.ppt .
PPTX
Corejava
PDF
what is java.pdf
Java Basic.pdf
Why should i learn java
Java-Unit-I.ppt
INTRODUCTION TO JAVA the important of he java
Core Java Slides
Features of java unit 1
Java Introduction
Introduction to java
Java
Unit1- OOPJ(OO Using JAVA) Chapter-1.pptx
TechSearchWeb Tutorials.pdf
1.Intro--Why Java.pptx
Java@intro to java
Introduction to Core Java feature and its characteristics
Java 2 computer science.pptx
Chapter-1 Introduction.pptx
1.INTRODUCTION TO JAVA_2022 MB.ppt .
Corejava
what is java.pdf
Ad

Recently uploaded (20)

PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Trump Administration's workforce development strategy
PDF
Yogi Goddess Pres Conference Studio Updates
PPTX
Pharma ospi slides which help in ospi learning
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
Orientation - ARALprogram of Deped to the Parents.pptx
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
master seminar digital applications in india
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
202450812 BayCHI UCSC-SV 20250812 v17.pptx
Module 4: Burden of Disease Tutorial Slides S2 2025
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Supply Chain Operations Speaking Notes -ICLT Program
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Final Presentation General Medicine 03-08-2024.pptx
2.FourierTransform-ShortQuestionswithAnswers.pdf
Trump Administration's workforce development strategy
Yogi Goddess Pres Conference Studio Updates
Pharma ospi slides which help in ospi learning
STATICS OF THE RIGID BODIES Hibbelers.pdf
Orientation - ARALprogram of Deped to the Parents.pptx
Microbial disease of the cardiovascular and lymphatic systems
GDM (1) (1).pptx small presentation for students
master seminar digital applications in india
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
VCE English Exam - Section C Student Revision Booklet
Ad

Intro to java

  • 2. OBJECTIVES 1. Outline the history of JAVA 2. Define JAVA 3. Identify the fundamental problems that JAVA solved 4. Generalize the JAVA platform
  • 3. INTRODUCTION TO JAVA PROGRAMMING SUN STANFORD UNIVERSITY NETWORKS MICROSYSTEMS GREEN TEAM JAMES GOSLING C and C++ BASED LANGUAGE HOME ENTERTAINMENT CONTROLLER W3 – NETSCAPE NAVIGATOR OAK JAVA “WRITE ONCE RUN ANYWHERE”
  • 4. INTRODUCTION TO JAVA PROGRAMMING PROGRAMMING LANGUAGE • FLEXIBILITY • FUNCTIONALITY COMPLEX LANGUAGE • KNOWLEDGE OF C/C++ PROGRAMMING • OBJECT-ORIENTED SOFTWARE DESIGN SOFTWARE DEVELOPMENT KIT AND SPECIAL COMPILER • JAVA PROGRAM CONSISTS OF PIECES CALLED CLASSES
  • 5. INTRODUCTION TO JAVA PROGRAMMING • safely download applets • without fear of viral infection or malicious intent SECURITY • Java programs can be dynamically downloaded to all various types of platforms connected to the Internet, • some means of generating portable executable code is needed. • Java accomplishes this through its Java bytecode PORTABILITY
  • 6. INTRODUCTION TO JAVA PROGRAMMING THE JAVA VIRTUAL MACHINE (JAVA VM) the base for the Java platform ported onto various hardware-based platforms Microsoft Internet Explorer and Netscape Navigator THE JAVA APPLICATIONS PROGRAMMING INTERFACE (JAVA API) large collection of ready-made software components that provide many useful capabilities The Java API is grouped into libraries (packages) of related components Java Class Library of Java Applications Programming Interface (Java API) – packages used in Java classes