SlideShare a Scribd company logo
What is Java |
Learn Java | Types
of Java
What is Java?
Java is a widely­used, high­level, object­oriented programminglanguage
developed by Sun Microsystems (now owned by Oracle Corporation) in the
mid­1990s. It was designed to be platform­independent, meaning that Java
programs can run on any operating system or platform that has a Java
Virtual Machine (JVM) installed, making it highly portable.
Key characteristics and features of Java include:
Platform independence: Java achieves platform independence through the
"Write Once, Run Anywhere" (WORA) principle. You can write Java code
on one platform and run it on another platform with a compatible JVM,
without modification.
Object­Oriented: Java is an object­oriented programming (OOP)
language, which means it uses objects to model and manipulate data and
provides features like inheritance, encapsulation, and polymorphism.
Robust: Java was designed with a strong emphasis on error checking during
compilation and runtime, making it less prone to common programming
errors.
Multi­threaded: Java supports multithreading, allowing developers to
write programs that can perform multiple tasks concurrently, which is
crucial for developing applications that can handle multiple users or perform
tasks in parallel.
Garbage Collection: Java's automatic garbage collection system manages
memory by reclaiming memory occupied by objects that are no longer in
use, simplifying memory management and reducing the risk of memory
leaks.
Security: Java has built­in security features, including a robust security
model, which helps protect against viruses and malware.
Rich Standard Library: Java comes with a comprehensive standard
library that provides a wide range of pre­built classes and APIs for various
tasks, such as networking, file I/O, data manipulation, and more.
Community and Ecosystem: Java has a large and active
developercommunity, which has contributed to the creation of numerous
libraries, frameworks, and tools, making it suitable for a wide range of
applications, including web development (Java EE), mobile app
development (Android), and more.
Versatile: Java can be used for a variety of application types, including
desktop applications, web applications, mobile apps (Android), embedded
systems, and server­side development.
Open Source: While the core Java platform is largely controlled by
Oracle, there are open­source implementations of the Java platform, such as
java
OpenJDK, which are freely available and widely used.
Java has remained popular in enterprise­level software development and is
also used extensively in Android app development. It continues to evolve
with new features and updates to meet the changing needs of the software
development community.
How Many Types of Java are there?
There are several different flavors or editions of Java, each designed for
specific types of development. The main types of Java include:
Java Standard Edition(Java SE):
Also known as Java SE or J2SE (Java 2 Platform, Standard Edition).
Designed for developing standalone desktop and command­line
applications.
It provides the core libraries and APIs for general­purpose Java
programming.
Java Enterprise Edition (Java EE):
Formerly known as J2EE (Java 2 Platform, Enterprise Edition).
Geared toward developing large­scale, enterprise­level applications such as
web applications, middleware, and server­side applications.
Provides additional libraries and specifications for distributed computing
and web services.
Java Micro Edition(Java ME):
Designed for developing applications on resource­constrained devices like
mobile phones, PDAs, and embedded systems.
Java ME has been largely replaced by other mobile development platforms,
but it still has some niche applications.
Java Card:
A subset of Java ME designed for smart cards and other small­memory
devices.
Used in applications like SIM cards, secure identification, and payment
systems.
Android:
Although not a formal "edition" of Java, Android uses a modified version of
Java for mobile application development.
Android's flavor of Java includes its own libraries and runtime environment,
which is distinct from standard Java SE.
JavaFX:
A platform for creating rich internet applications using Java.
Designed for developing cross­platform, multimedia­rich applications with
a modern graphical user interface (GUI).
Java Embedded:
Tailored for developing applications on embedded systems and IoT (Internet
of Things) devices.
Allows Java to run on a wide range of hardware, from small sensors to
industrial machines.
Other Variants and Implementations:
There are also various implementations of the Java Virtual Machine
(JVM), such as Oracle's HotSpot, OpenJDK (open­source), and others.
These may offer slightly different features or performance characteristics.
It's important to note that while these different types of Java have distinct
purposes and libraries, they all share the core Javalanguage and syntax.
This means that if you learn Java programming, you can apply your
knowledge to various Java editions with some adjustments and additional
learning as needed for specific platforms.

More Related Content

Similar to What is Java | Learn Java | Types of Java (20)

The Java Story
The Java StoryThe Java Story
The Java Story
David Parsons
 
TechSearchWeb Tutorials.pdf
TechSearchWeb Tutorials.pdfTechSearchWeb Tutorials.pdf
TechSearchWeb Tutorials.pdf
TechSearchWeb
 
Learn Java Part 1
Learn Java Part 1Learn Java Part 1
Learn Java Part 1
Gurpreet singh
 
Java ppt1
Java ppt1Java ppt1
Java ppt1
nikhilsh66131
 
JAVA.ppsx java code java edv java development
JAVA.ppsx java code java edv java developmentJAVA.ppsx java code java edv java development
JAVA.ppsx java code java edv java development
wannabekrishna0
 
JAVAPart1_BasicIntroduction.pptx
JAVAPart1_BasicIntroduction.pptxJAVAPart1_BasicIntroduction.pptx
JAVAPart1_BasicIntroduction.pptx
Murugesh33
 
JAVA_Day1_BasicIntroduction.pptx
JAVA_Day1_BasicIntroduction.pptxJAVA_Day1_BasicIntroduction.pptx
JAVA_Day1_BasicIntroduction.pptx
Murugesh33
 
Chapter 1 java
Chapter 1 java Chapter 1 java
Chapter 1 java
Ahmad sohail Kakar
 
meta title java.docx
meta title java.docxmeta title java.docx
meta title java.docx
UDAYAKUMAR39686
 
Java Training in Chandigarh
Java Training in ChandigarhJava Training in Chandigarh
Java Training in Chandigarh
Excellence Academy
 
Java Training in Chandigarh.pdf
Java Training in Chandigarh.pdfJava Training in Chandigarh.pdf
Java Training in Chandigarh.pdf
Excellence Technology
 
CS3391 Overview of Java in OOP concept.docx
CS3391 Overview of Java in OOP concept.docxCS3391 Overview of Java in OOP concept.docx
CS3391 Overview of Java in OOP concept.docx
JSEThomasR
 
What is java
What is javaWhat is java
What is java
javaicon
 
What is Java | Learn Java | Types of Java
What is Java | Learn Java | Types of JavaWhat is Java | Learn Java | Types of Java
What is Java | Learn Java | Types of Java
devbhargav1
 
Java Notes .pdf
Java Notes .pdfJava Notes .pdf
Java Notes .pdf
gokulprasanna4
 
PPS Java Overview Unit I.ppt
PPS Java Overview Unit I.pptPPS Java Overview Unit I.ppt
PPS Java Overview Unit I.ppt
CDSukte
 
PPS Java Overview Unit I.ppt
PPS Java Overview Unit I.pptPPS Java Overview Unit I.ppt
PPS Java Overview Unit I.ppt
RajeshSukte1
 
1.Intro JAVA.ppt ( Basics of Java Programming)
1.Intro JAVA.ppt ( Basics of Java Programming)1.Intro JAVA.ppt ( Basics of Java Programming)
1.Intro JAVA.ppt ( Basics of Java Programming)
BhawnaSaini45
 
java course in chandigarh...
java    course     in      chandigarh...java    course     in      chandigarh...
java course in chandigarh...
excellence acadmey
 
Introduction to java
Introduction to javaIntroduction to java
Introduction to java
Saba Ameer
 
TechSearchWeb Tutorials.pdf
TechSearchWeb Tutorials.pdfTechSearchWeb Tutorials.pdf
TechSearchWeb Tutorials.pdf
TechSearchWeb
 
JAVA.ppsx java code java edv java development
JAVA.ppsx java code java edv java developmentJAVA.ppsx java code java edv java development
JAVA.ppsx java code java edv java development
wannabekrishna0
 
JAVAPart1_BasicIntroduction.pptx
JAVAPart1_BasicIntroduction.pptxJAVAPart1_BasicIntroduction.pptx
JAVAPart1_BasicIntroduction.pptx
Murugesh33
 
JAVA_Day1_BasicIntroduction.pptx
JAVA_Day1_BasicIntroduction.pptxJAVA_Day1_BasicIntroduction.pptx
JAVA_Day1_BasicIntroduction.pptx
Murugesh33
 
CS3391 Overview of Java in OOP concept.docx
CS3391 Overview of Java in OOP concept.docxCS3391 Overview of Java in OOP concept.docx
CS3391 Overview of Java in OOP concept.docx
JSEThomasR
 
What is java
What is javaWhat is java
What is java
javaicon
 
What is Java | Learn Java | Types of Java
What is Java | Learn Java | Types of JavaWhat is Java | Learn Java | Types of Java
What is Java | Learn Java | Types of Java
devbhargav1
 
PPS Java Overview Unit I.ppt
PPS Java Overview Unit I.pptPPS Java Overview Unit I.ppt
PPS Java Overview Unit I.ppt
CDSukte
 
PPS Java Overview Unit I.ppt
PPS Java Overview Unit I.pptPPS Java Overview Unit I.ppt
PPS Java Overview Unit I.ppt
RajeshSukte1
 
1.Intro JAVA.ppt ( Basics of Java Programming)
1.Intro JAVA.ppt ( Basics of Java Programming)1.Intro JAVA.ppt ( Basics of Java Programming)
1.Intro JAVA.ppt ( Basics of Java Programming)
BhawnaSaini45
 
Introduction to java
Introduction to javaIntroduction to java
Introduction to java
Saba Ameer
 

More from devbhargav1 (20)

Linkedin Profile | Personal Brand | Linkedin Business Page
Linkedin Profile | Personal Brand | Linkedin Business PageLinkedin Profile | Personal Brand | Linkedin Business Page
Linkedin Profile | Personal Brand | Linkedin Business Page
devbhargav1
 
Linkedin Profile | Personal Brand | Linkedin Business Page
Linkedin Profile | Personal Brand | Linkedin Business PageLinkedin Profile | Personal Brand | Linkedin Business Page
Linkedin Profile | Personal Brand | Linkedin Business Page
devbhargav1
 
Linkedin Profile | Personal Brand | Linkedin Business Page
Linkedin Profile | Personal Brand | Linkedin Business PageLinkedin Profile | Personal Brand | Linkedin Business Page
Linkedin Profile | Personal Brand | Linkedin Business Page
devbhargav1
 
Linkedin Profile | Personal Brand | Linkedin Business Page
Linkedin Profile | Personal Brand | Linkedin Business PageLinkedin Profile | Personal Brand | Linkedin Business Page
Linkedin Profile | Personal Brand | Linkedin Business Page
devbhargav1
 
what is social media optimization | Social Media Optimization | SMO
what is social media optimization | Social Media Optimization | SMOwhat is social media optimization | Social Media Optimization | SMO
what is social media optimization | Social Media Optimization | SMO
devbhargav1
 
what is social media optimization | Social Media Optimization | SMO
what is social media optimization | Social Media Optimization | SMOwhat is social media optimization | Social Media Optimization | SMO
what is social media optimization | Social Media Optimization | SMO
devbhargav1
 
Social Media Landscape | Social Media Evolving | Social media
Social Media Landscape | Social Media Evolving | Social media Social Media Landscape | Social Media Evolving | Social media
Social Media Landscape | Social Media Evolving | Social media
devbhargav1
 
Social Media Landscape | Social Media Evolving | Social media
Social Media Landscape | Social Media Evolving | Social media Social Media Landscape | Social Media Evolving | Social media
Social Media Landscape | Social Media Evolving | Social media
devbhargav1
 
Social Media Landscape | Social Media Evolving | Social media
Social Media Landscape | Social Media Evolving | Social media Social Media Landscape | Social Media Evolving | Social media
Social Media Landscape | Social Media Evolving | Social media
devbhargav1
 
Privacy and Data Security | Data Collection | Social Media
Privacy and Data Security | Data Collection | Social MediaPrivacy and Data Security | Data Collection | Social Media
Privacy and Data Security | Data Collection | Social Media
devbhargav1
 
Social Media Brand | Employee Advocacy | Social Media
Social Media Brand | Employee Advocacy | Social MediaSocial Media Brand | Employee Advocacy | Social Media
Social Media Brand | Employee Advocacy | Social Media
devbhargav1
 
Social Media Brand | Employee Advocacy | Social Media
Social Media Brand | Employee Advocacy | Social MediaSocial Media Brand | Employee Advocacy | Social Media
Social Media Brand | Employee Advocacy | Social Media
devbhargav1
 
Content Calendars | Social Media Content | Social Media Optimization
Content Calendars | Social Media Content | Social Media OptimizationContent Calendars | Social Media Content | Social Media Optimization
Content Calendars | Social Media Content | Social Media Optimization
devbhargav1
 
SEO benefits | ssl certificate | Learn SEO
SEO benefits | ssl certificate | Learn SEOSEO benefits | ssl certificate | Learn SEO
SEO benefits | ssl certificate | Learn SEO
devbhargav1
 
Learn Storytelling Marketing | Social Media Marketing | Digital Story
 Learn Storytelling Marketing | Social Media Marketing | Digital Story Learn Storytelling Marketing | Social Media Marketing | Digital Story
Learn Storytelling Marketing | Social Media Marketing | Digital Story
devbhargav1
 
Social Media Reach | Paid Social Media | Social Media
Social Media Reach | Paid Social Media | Social MediaSocial Media Reach | Paid Social Media | Social Media
Social Media Reach | Paid Social Media | Social Media
devbhargav1
 
Social Media Reach | Paid Social Media | Social Media
Social Media Reach | Paid Social Media | Social MediaSocial Media Reach | Paid Social Media | Social Media
Social Media Reach | Paid Social Media | Social Media
devbhargav1
 
Strategies for Encouraging Customer Loyalty | Customer Loyalty | Brand Loyalty
Strategies for Encouraging Customer Loyalty | Customer Loyalty | Brand LoyaltyStrategies for Encouraging Customer Loyalty | Customer Loyalty | Brand Loyalty
Strategies for Encouraging Customer Loyalty | Customer Loyalty | Brand Loyalty
devbhargav1
 
Strategies for Encouraging Customer Loyalty | Customer Loyalty | Brand Loyalty
Strategies for Encouraging Customer Loyalty | Customer Loyalty | Brand LoyaltyStrategies for Encouraging Customer Loyalty | Customer Loyalty | Brand Loyalty
Strategies for Encouraging Customer Loyalty | Customer Loyalty | Brand Loyalty
devbhargav1
 
Strategies for Encouraging Customer Loyalty | Customer Loyalty | Brand Loyalty
Strategies for Encouraging Customer Loyalty | Customer Loyalty | Brand LoyaltyStrategies for Encouraging Customer Loyalty | Customer Loyalty | Brand Loyalty
Strategies for Encouraging Customer Loyalty | Customer Loyalty | Brand Loyalty
devbhargav1
 
Linkedin Profile | Personal Brand | Linkedin Business Page
Linkedin Profile | Personal Brand | Linkedin Business PageLinkedin Profile | Personal Brand | Linkedin Business Page
Linkedin Profile | Personal Brand | Linkedin Business Page
devbhargav1
 
Linkedin Profile | Personal Brand | Linkedin Business Page
Linkedin Profile | Personal Brand | Linkedin Business PageLinkedin Profile | Personal Brand | Linkedin Business Page
Linkedin Profile | Personal Brand | Linkedin Business Page
devbhargav1
 
Linkedin Profile | Personal Brand | Linkedin Business Page
Linkedin Profile | Personal Brand | Linkedin Business PageLinkedin Profile | Personal Brand | Linkedin Business Page
Linkedin Profile | Personal Brand | Linkedin Business Page
devbhargav1
 
Linkedin Profile | Personal Brand | Linkedin Business Page
Linkedin Profile | Personal Brand | Linkedin Business PageLinkedin Profile | Personal Brand | Linkedin Business Page
Linkedin Profile | Personal Brand | Linkedin Business Page
devbhargav1
 
what is social media optimization | Social Media Optimization | SMO
what is social media optimization | Social Media Optimization | SMOwhat is social media optimization | Social Media Optimization | SMO
what is social media optimization | Social Media Optimization | SMO
devbhargav1
 
what is social media optimization | Social Media Optimization | SMO
what is social media optimization | Social Media Optimization | SMOwhat is social media optimization | Social Media Optimization | SMO
what is social media optimization | Social Media Optimization | SMO
devbhargav1
 
Social Media Landscape | Social Media Evolving | Social media
Social Media Landscape | Social Media Evolving | Social media Social Media Landscape | Social Media Evolving | Social media
Social Media Landscape | Social Media Evolving | Social media
devbhargav1
 
Social Media Landscape | Social Media Evolving | Social media
Social Media Landscape | Social Media Evolving | Social media Social Media Landscape | Social Media Evolving | Social media
Social Media Landscape | Social Media Evolving | Social media
devbhargav1
 
Social Media Landscape | Social Media Evolving | Social media
Social Media Landscape | Social Media Evolving | Social media Social Media Landscape | Social Media Evolving | Social media
Social Media Landscape | Social Media Evolving | Social media
devbhargav1
 
Privacy and Data Security | Data Collection | Social Media
Privacy and Data Security | Data Collection | Social MediaPrivacy and Data Security | Data Collection | Social Media
Privacy and Data Security | Data Collection | Social Media
devbhargav1
 
Social Media Brand | Employee Advocacy | Social Media
Social Media Brand | Employee Advocacy | Social MediaSocial Media Brand | Employee Advocacy | Social Media
Social Media Brand | Employee Advocacy | Social Media
devbhargav1
 
Social Media Brand | Employee Advocacy | Social Media
Social Media Brand | Employee Advocacy | Social MediaSocial Media Brand | Employee Advocacy | Social Media
Social Media Brand | Employee Advocacy | Social Media
devbhargav1
 
Content Calendars | Social Media Content | Social Media Optimization
Content Calendars | Social Media Content | Social Media OptimizationContent Calendars | Social Media Content | Social Media Optimization
Content Calendars | Social Media Content | Social Media Optimization
devbhargav1
 
SEO benefits | ssl certificate | Learn SEO
SEO benefits | ssl certificate | Learn SEOSEO benefits | ssl certificate | Learn SEO
SEO benefits | ssl certificate | Learn SEO
devbhargav1
 
Learn Storytelling Marketing | Social Media Marketing | Digital Story
 Learn Storytelling Marketing | Social Media Marketing | Digital Story Learn Storytelling Marketing | Social Media Marketing | Digital Story
Learn Storytelling Marketing | Social Media Marketing | Digital Story
devbhargav1
 
Social Media Reach | Paid Social Media | Social Media
Social Media Reach | Paid Social Media | Social MediaSocial Media Reach | Paid Social Media | Social Media
Social Media Reach | Paid Social Media | Social Media
devbhargav1
 
Social Media Reach | Paid Social Media | Social Media
Social Media Reach | Paid Social Media | Social MediaSocial Media Reach | Paid Social Media | Social Media
Social Media Reach | Paid Social Media | Social Media
devbhargav1
 
Strategies for Encouraging Customer Loyalty | Customer Loyalty | Brand Loyalty
Strategies for Encouraging Customer Loyalty | Customer Loyalty | Brand LoyaltyStrategies for Encouraging Customer Loyalty | Customer Loyalty | Brand Loyalty
Strategies for Encouraging Customer Loyalty | Customer Loyalty | Brand Loyalty
devbhargav1
 
Strategies for Encouraging Customer Loyalty | Customer Loyalty | Brand Loyalty
Strategies for Encouraging Customer Loyalty | Customer Loyalty | Brand LoyaltyStrategies for Encouraging Customer Loyalty | Customer Loyalty | Brand Loyalty
Strategies for Encouraging Customer Loyalty | Customer Loyalty | Brand Loyalty
devbhargav1
 
Strategies for Encouraging Customer Loyalty | Customer Loyalty | Brand Loyalty
Strategies for Encouraging Customer Loyalty | Customer Loyalty | Brand LoyaltyStrategies for Encouraging Customer Loyalty | Customer Loyalty | Brand Loyalty
Strategies for Encouraging Customer Loyalty | Customer Loyalty | Brand Loyalty
devbhargav1
 

Recently uploaded (20)

Allomorps and word formation.pptx - Google Slides.pdf
Allomorps and word formation.pptx - Google Slides.pdfAllomorps and word formation.pptx - Google Slides.pdf
Allomorps and word formation.pptx - Google Slides.pdf
Abha Pandey
 
Artificial intelligence Presented by JM.
Artificial intelligence Presented by JM.Artificial intelligence Presented by JM.
Artificial intelligence Presented by JM.
jmansha170
 
Webcrawler_Mule_AIChain_MuleSoft_Meetup_Hyderabad
Webcrawler_Mule_AIChain_MuleSoft_Meetup_HyderabadWebcrawler_Mule_AIChain_MuleSoft_Meetup_Hyderabad
Webcrawler_Mule_AIChain_MuleSoft_Meetup_Hyderabad
Veera Pallapu
 
Pfeiffer "Secrets to Changing Behavior in Scholarly Communication: A 2025 NIS...
Pfeiffer "Secrets to Changing Behavior in Scholarly Communication: A 2025 NIS...Pfeiffer "Secrets to Changing Behavior in Scholarly Communication: A 2025 NIS...
Pfeiffer "Secrets to Changing Behavior in Scholarly Communication: A 2025 NIS...
National Information Standards Organization (NISO)
 
Capitol Doctoral Presentation -June 2025.pptx
Capitol Doctoral Presentation -June 2025.pptxCapitol Doctoral Presentation -June 2025.pptx
Capitol Doctoral Presentation -June 2025.pptx
CapitolTechU
 
june 10 2025 ppt for madden on art science is over.pptx
june 10 2025 ppt for madden on art science is over.pptxjune 10 2025 ppt for madden on art science is over.pptx
june 10 2025 ppt for madden on art science is over.pptx
roger malina
 
What are the benefits that dance brings?
What are the benefits that dance brings?What are the benefits that dance brings?
What are the benefits that dance brings?
memi27
 
LDMMIA Reiki Yoga Next Week Grad Updates
LDMMIA Reiki Yoga Next Week Grad UpdatesLDMMIA Reiki Yoga Next Week Grad Updates
LDMMIA Reiki Yoga Next Week Grad Updates
LDM & Mia eStudios
 
Parenting Teens: Supporting Trust, resilience and independence
Parenting Teens: Supporting Trust, resilience and independenceParenting Teens: Supporting Trust, resilience and independence
Parenting Teens: Supporting Trust, resilience and independence
Pooky Knightsmith
 
How to Manage Upselling of Subscriptions in Odoo 18
How to Manage Upselling of Subscriptions in Odoo 18How to Manage Upselling of Subscriptions in Odoo 18
How to Manage Upselling of Subscriptions in Odoo 18
Celine George
 
Analysis of Quantitative Data Parametric and non-parametric tests.pptx
Analysis of Quantitative Data Parametric and non-parametric tests.pptxAnalysis of Quantitative Data Parametric and non-parametric tests.pptx
Analysis of Quantitative Data Parametric and non-parametric tests.pptx
Shrutidhara2
 
Adam Grant: Transforming Work Culture Through Organizational Psychology
Adam Grant: Transforming Work Culture Through Organizational PsychologyAdam Grant: Transforming Work Culture Through Organizational Psychology
Adam Grant: Transforming Work Culture Through Organizational Psychology
Prachi Shah
 
Nice Dream.pdf /
Nice Dream.pdf                              /Nice Dream.pdf                              /
Nice Dream.pdf /
ErinUsher3
 
Basic English for Communication - Dr Hj Euis Eti Rohaeti Mpd
Basic English for Communication - Dr Hj Euis Eti Rohaeti MpdBasic English for Communication - Dr Hj Euis Eti Rohaeti Mpd
Basic English for Communication - Dr Hj Euis Eti Rohaeti Mpd
Restu Bias Primandhika
 
Ray Dalio How Countries go Broke the Big Cycle
Ray Dalio How Countries go Broke the Big CycleRay Dalio How Countries go Broke the Big Cycle
Ray Dalio How Countries go Broke the Big Cycle
Dadang Solihin
 
Optimization technique in pharmaceutical product development.pptx
Optimization technique in pharmaceutical product development.pptxOptimization technique in pharmaceutical product development.pptx
Optimization technique in pharmaceutical product development.pptx
UrmiPrajapati3
 
IDF 30min presentation - December 2, 2024.pptx
IDF 30min presentation - December 2, 2024.pptxIDF 30min presentation - December 2, 2024.pptx
IDF 30min presentation - December 2, 2024.pptx
ArneeAgligar
 
Different pricelists for different shops in odoo Point of Sale in Odoo 17
Different pricelists for different shops in odoo Point of Sale in Odoo 17Different pricelists for different shops in odoo Point of Sale in Odoo 17
Different pricelists for different shops in odoo Point of Sale in Odoo 17
Celine George
 
MATERI PPT TOPIK 1 LANDASAN FILOSOFIS PENDIDIKAN
MATERI PPT TOPIK 1 LANDASAN FILOSOFIS PENDIDIKANMATERI PPT TOPIK 1 LANDASAN FILOSOFIS PENDIDIKAN
MATERI PPT TOPIK 1 LANDASAN FILOSOFIS PENDIDIKAN
aditya23173
 
Trends Spotting Strategic foresight for tomorrow’s education systems - Debora...
Trends Spotting Strategic foresight for tomorrow’s education systems - Debora...Trends Spotting Strategic foresight for tomorrow’s education systems - Debora...
Trends Spotting Strategic foresight for tomorrow’s education systems - Debora...
EduSkills OECD
 
Allomorps and word formation.pptx - Google Slides.pdf
Allomorps and word formation.pptx - Google Slides.pdfAllomorps and word formation.pptx - Google Slides.pdf
Allomorps and word formation.pptx - Google Slides.pdf
Abha Pandey
 
Artificial intelligence Presented by JM.
Artificial intelligence Presented by JM.Artificial intelligence Presented by JM.
Artificial intelligence Presented by JM.
jmansha170
 
Webcrawler_Mule_AIChain_MuleSoft_Meetup_Hyderabad
Webcrawler_Mule_AIChain_MuleSoft_Meetup_HyderabadWebcrawler_Mule_AIChain_MuleSoft_Meetup_Hyderabad
Webcrawler_Mule_AIChain_MuleSoft_Meetup_Hyderabad
Veera Pallapu
 
Capitol Doctoral Presentation -June 2025.pptx
Capitol Doctoral Presentation -June 2025.pptxCapitol Doctoral Presentation -June 2025.pptx
Capitol Doctoral Presentation -June 2025.pptx
CapitolTechU
 
june 10 2025 ppt for madden on art science is over.pptx
june 10 2025 ppt for madden on art science is over.pptxjune 10 2025 ppt for madden on art science is over.pptx
june 10 2025 ppt for madden on art science is over.pptx
roger malina
 
What are the benefits that dance brings?
What are the benefits that dance brings?What are the benefits that dance brings?
What are the benefits that dance brings?
memi27
 
LDMMIA Reiki Yoga Next Week Grad Updates
LDMMIA Reiki Yoga Next Week Grad UpdatesLDMMIA Reiki Yoga Next Week Grad Updates
LDMMIA Reiki Yoga Next Week Grad Updates
LDM & Mia eStudios
 
Parenting Teens: Supporting Trust, resilience and independence
Parenting Teens: Supporting Trust, resilience and independenceParenting Teens: Supporting Trust, resilience and independence
Parenting Teens: Supporting Trust, resilience and independence
Pooky Knightsmith
 
How to Manage Upselling of Subscriptions in Odoo 18
How to Manage Upselling of Subscriptions in Odoo 18How to Manage Upselling of Subscriptions in Odoo 18
How to Manage Upselling of Subscriptions in Odoo 18
Celine George
 
Analysis of Quantitative Data Parametric and non-parametric tests.pptx
Analysis of Quantitative Data Parametric and non-parametric tests.pptxAnalysis of Quantitative Data Parametric and non-parametric tests.pptx
Analysis of Quantitative Data Parametric and non-parametric tests.pptx
Shrutidhara2
 
Adam Grant: Transforming Work Culture Through Organizational Psychology
Adam Grant: Transforming Work Culture Through Organizational PsychologyAdam Grant: Transforming Work Culture Through Organizational Psychology
Adam Grant: Transforming Work Culture Through Organizational Psychology
Prachi Shah
 
Nice Dream.pdf /
Nice Dream.pdf                              /Nice Dream.pdf                              /
Nice Dream.pdf /
ErinUsher3
 
Basic English for Communication - Dr Hj Euis Eti Rohaeti Mpd
Basic English for Communication - Dr Hj Euis Eti Rohaeti MpdBasic English for Communication - Dr Hj Euis Eti Rohaeti Mpd
Basic English for Communication - Dr Hj Euis Eti Rohaeti Mpd
Restu Bias Primandhika
 
Ray Dalio How Countries go Broke the Big Cycle
Ray Dalio How Countries go Broke the Big CycleRay Dalio How Countries go Broke the Big Cycle
Ray Dalio How Countries go Broke the Big Cycle
Dadang Solihin
 
Optimization technique in pharmaceutical product development.pptx
Optimization technique in pharmaceutical product development.pptxOptimization technique in pharmaceutical product development.pptx
Optimization technique in pharmaceutical product development.pptx
UrmiPrajapati3
 
IDF 30min presentation - December 2, 2024.pptx
IDF 30min presentation - December 2, 2024.pptxIDF 30min presentation - December 2, 2024.pptx
IDF 30min presentation - December 2, 2024.pptx
ArneeAgligar
 
Different pricelists for different shops in odoo Point of Sale in Odoo 17
Different pricelists for different shops in odoo Point of Sale in Odoo 17Different pricelists for different shops in odoo Point of Sale in Odoo 17
Different pricelists for different shops in odoo Point of Sale in Odoo 17
Celine George
 
MATERI PPT TOPIK 1 LANDASAN FILOSOFIS PENDIDIKAN
MATERI PPT TOPIK 1 LANDASAN FILOSOFIS PENDIDIKANMATERI PPT TOPIK 1 LANDASAN FILOSOFIS PENDIDIKAN
MATERI PPT TOPIK 1 LANDASAN FILOSOFIS PENDIDIKAN
aditya23173
 
Trends Spotting Strategic foresight for tomorrow’s education systems - Debora...
Trends Spotting Strategic foresight for tomorrow’s education systems - Debora...Trends Spotting Strategic foresight for tomorrow’s education systems - Debora...
Trends Spotting Strategic foresight for tomorrow’s education systems - Debora...
EduSkills OECD
 

What is Java | Learn Java | Types of Java

  • 1. What is Java | Learn Java | Types of Java What is Java? Java is a widely­used, high­level, object­oriented programminglanguage developed by Sun Microsystems (now owned by Oracle Corporation) in the mid­1990s. It was designed to be platform­independent, meaning that Java programs can run on any operating system or platform that has a Java Virtual Machine (JVM) installed, making it highly portable. Key characteristics and features of Java include: Platform independence: Java achieves platform independence through the "Write Once, Run Anywhere" (WORA) principle. You can write Java code on one platform and run it on another platform with a compatible JVM, without modification. Object­Oriented: Java is an object­oriented programming (OOP) language, which means it uses objects to model and manipulate data and provides features like inheritance, encapsulation, and polymorphism. Robust: Java was designed with a strong emphasis on error checking during compilation and runtime, making it less prone to common programming errors. Multi­threaded: Java supports multithreading, allowing developers to write programs that can perform multiple tasks concurrently, which is crucial for developing applications that can handle multiple users or perform tasks in parallel. Garbage Collection: Java's automatic garbage collection system manages memory by reclaiming memory occupied by objects that are no longer in use, simplifying memory management and reducing the risk of memory leaks. Security: Java has built­in security features, including a robust security model, which helps protect against viruses and malware. Rich Standard Library: Java comes with a comprehensive standard library that provides a wide range of pre­built classes and APIs for various tasks, such as networking, file I/O, data manipulation, and more. Community and Ecosystem: Java has a large and active developercommunity, which has contributed to the creation of numerous libraries, frameworks, and tools, making it suitable for a wide range of applications, including web development (Java EE), mobile app development (Android), and more. Versatile: Java can be used for a variety of application types, including desktop applications, web applications, mobile apps (Android), embedded systems, and server­side development. Open Source: While the core Java platform is largely controlled by Oracle, there are open­source implementations of the Java platform, such as java
  • 2. OpenJDK, which are freely available and widely used. Java has remained popular in enterprise­level software development and is also used extensively in Android app development. It continues to evolve with new features and updates to meet the changing needs of the software development community. How Many Types of Java are there? There are several different flavors or editions of Java, each designed for specific types of development. The main types of Java include: Java Standard Edition(Java SE): Also known as Java SE or J2SE (Java 2 Platform, Standard Edition). Designed for developing standalone desktop and command­line applications. It provides the core libraries and APIs for general­purpose Java programming. Java Enterprise Edition (Java EE): Formerly known as J2EE (Java 2 Platform, Enterprise Edition). Geared toward developing large­scale, enterprise­level applications such as web applications, middleware, and server­side applications. Provides additional libraries and specifications for distributed computing and web services. Java Micro Edition(Java ME): Designed for developing applications on resource­constrained devices like mobile phones, PDAs, and embedded systems. Java ME has been largely replaced by other mobile development platforms, but it still has some niche applications. Java Card: A subset of Java ME designed for smart cards and other small­memory devices. Used in applications like SIM cards, secure identification, and payment systems. Android: Although not a formal "edition" of Java, Android uses a modified version of Java for mobile application development. Android's flavor of Java includes its own libraries and runtime environment, which is distinct from standard Java SE. JavaFX: A platform for creating rich internet applications using Java. Designed for developing cross­platform, multimedia­rich applications with a modern graphical user interface (GUI). Java Embedded: Tailored for developing applications on embedded systems and IoT (Internet of Things) devices. Allows Java to run on a wide range of hardware, from small sensors to industrial machines. Other Variants and Implementations: There are also various implementations of the Java Virtual Machine (JVM), such as Oracle's HotSpot, OpenJDK (open­source), and others. These may offer slightly different features or performance characteristics. It's important to note that while these different types of Java have distinct purposes and libraries, they all share the core Javalanguage and syntax. This means that if you learn Java programming, you can apply your knowledge to various Java editions with some adjustments and additional learning as needed for specific platforms.