SlideShare a Scribd company logo
1 of 16
Download to read offline
JAVA TRAINING
PRESENTEATION
4
Team Check-in and Icebreaker
Summary and Action Items
>
>
>
>
>
what is java?
where java used?
java platforms /
editions
feature of java.
java virtual machine
java architecture.
why java is platform
independent?
what is oop.
concept of oop.
Data types in java.
CONTENTS
java is a high level objects oriented programming
language as well as platform.
1
3
2
java was developed by a team led by James gosling at sun
microsystems and released in 1995.
java runs on a variety of platforms such as windows,
mac os, and the various version of UNIX.
WHAT IS JAVA?
According to sun, 3 billion
devices run java . there are
many devices where java is
currently used. some of them
are as follows:
1
5
3
2
4
Desktop applications such as acrobat reader , media player, antivirus, etc.
Smart cards , robotics ,games, etc.
Web applications such as Irctc, javapoint.com ,linkedin
, etc.
Mobile, Embedded system.
Enterprise application such as banking
applications.
WHERE JAVA USED?
Java EE
(Java
Enterpris
e
editions)
Java ME
(Java micro
edition)
Java SEO(java
standard
editions
javafx
JAVA
PLATFORMS/EDITIONS
Java
OBJECT ORIENTED
SIMPLE
PLATFORM INDEPENDEN T
ROBUST
ARCHITECTURAL NETURAL
PORTABLE
SECURED
INTERPRETEND
MULTITHREADED
DYNAMIC
FEACTURES OF JAVA
JVM (java virtual machine) is an abstract machine .It is
a specification that provides runtime environment in which
java bytecode can be executed.
JVMs are available for many hardware and software
platforms . (i.e. JVM is platform dependent)
>JVM performs following operation:
.Loads code
.verifies code
.Execute cod
.Provides run time environment
JVM
Native
method interface
runtime data areas
Class loader
sub system
Method
area
Java
stacks
Heap PC
Registers
Native
method stacks
Execution
Engine
Native method
library
JAVA ARCHITECTURE
Class Simple
{
public static void main (string arg [])
{
system.out.printIn("Hello Java");
}
}
// To compile this code in cmd:
javac <filename>. java
//To run this code :
Java <classname>
JAVA EXAMPLE
Java code (.java)
Linux
JAVAC
COMPILER
Byte Code (.class)
JVM JVM JVM
Windows Mac
WHY JAVA IS PLATFORM INDEPENDENT?
OOP stands for Object-
Oriented Programming.
Procedural programming is
about writing procedures or
methods that perform
operations on the data, while
object-oriented programming
is about creating objects that
contain both data and
methods.
WHAT IS OOP
oops (object - oriented programming system)
Object
Class
Inheritance
Polymorphism
Abstraction
Encapsulation
OOP'S CONCEPT
Data type
Primitive Non-primitive
Boolean Numeric
Character Intergral
Interger Floating-point
byte short int long float double
boolean Char
String
Array
Etc.
DATA TYPES IN JAVA
Variable is a name of
memory location. There are
three types of variables in
java: local, instance and
static. There are two types
of data types in Java: ...
JAVA VARIABLES
java is simple language.
java does not support pointers.
java is the first language in which
program can be executed using web.
write once run anywhere.
ADVANTAGES OF JAVA
THANKYOU

More Related Content

Similar to javacourse in c.pdf

1 introduction
1 introduction1 introduction
1 introductionMks Khalid
 
Introduction to java
Introduction to java Introduction to java
Introduction to java Sandeep Rawat
 
Introduction to Java Programming, Basic Structure, variables Data type, input...
Introduction to Java Programming, Basic Structure, variables Data type, input...Introduction to Java Programming, Basic Structure, variables Data type, input...
Introduction to Java Programming, Basic Structure, variables Data type, input...Mr. Akaash
 
PPS Java Overview Unit I.ppt
PPS Java Overview Unit I.pptPPS Java Overview Unit I.ppt
PPS Java Overview Unit I.pptRajeshSukte1
 
PPS Java Overview Unit I.ppt
PPS Java Overview Unit I.pptPPS Java Overview Unit I.ppt
PPS Java Overview Unit I.pptCDSukte
 
Lecture - 1 introduction to java
Lecture - 1 introduction to javaLecture - 1 introduction to java
Lecture - 1 introduction to javamanish kumar
 
JAVA ALL 5 MODULE NOTES.pptx
JAVA ALL 5 MODULE NOTES.pptxJAVA ALL 5 MODULE NOTES.pptx
JAVA ALL 5 MODULE NOTES.pptxDrPreethiD1
 
Java Introduction | PDF
Java Introduction |  PDFJava Introduction |  PDF
Java Introduction | PDFGeekster
 
Introduction to java
Introduction to java Introduction to java
Introduction to java Java Lover
 
Java Semimar Slide (Cetpa)
Java Semimar Slide (Cetpa)Java Semimar Slide (Cetpa)
Java Semimar Slide (Cetpa)Pratima Parida
 
Java Semimar Slide (Cetpa)
Java Semimar Slide (Cetpa)Java Semimar Slide (Cetpa)
Java Semimar Slide (Cetpa)Pratima Parida
 

Similar to javacourse in c.pdf (20)

Core Java-1 (1).pdf
Core Java-1 (1).pdfCore Java-1 (1).pdf
Core Java-1 (1).pdf
 
Corejava
Corejava Corejava
Corejava
 
1 introduction
1 introduction1 introduction
1 introduction
 
Introduction to java
Introduction to java Introduction to java
Introduction to java
 
Introduction to Java Programming, Basic Structure, variables Data type, input...
Introduction to Java Programming, Basic Structure, variables Data type, input...Introduction to Java Programming, Basic Structure, variables Data type, input...
Introduction to Java Programming, Basic Structure, variables Data type, input...
 
PPS Java Overview Unit I.ppt
PPS Java Overview Unit I.pptPPS Java Overview Unit I.ppt
PPS Java Overview Unit I.ppt
 
PPS Java Overview Unit I.ppt
PPS Java Overview Unit I.pptPPS Java Overview Unit I.ppt
PPS Java Overview Unit I.ppt
 
1.introduction to java
1.introduction to java1.introduction to java
1.introduction to java
 
Lecture - 1 introduction to java
Lecture - 1 introduction to javaLecture - 1 introduction to java
Lecture - 1 introduction to java
 
JAVA ALL 5 MODULE NOTES.pptx
JAVA ALL 5 MODULE NOTES.pptxJAVA ALL 5 MODULE NOTES.pptx
JAVA ALL 5 MODULE NOTES.pptx
 
java basics.pptx
java basics.pptxjava basics.pptx
java basics.pptx
 
Java Introduction | PDF
Java Introduction |  PDFJava Introduction |  PDF
Java Introduction | PDF
 
java basics.pptx
java basics.pptxjava basics.pptx
java basics.pptx
 
Introduction to java
Introduction to java Introduction to java
Introduction to java
 
Java1
Java1Java1
Java1
 
Java
Java Java
Java
 
1 .java basic
1 .java basic1 .java basic
1 .java basic
 
Java Semimar Slide (Cetpa)
Java Semimar Slide (Cetpa)Java Semimar Slide (Cetpa)
Java Semimar Slide (Cetpa)
 
Java Semimar Slide (Cetpa)
Java Semimar Slide (Cetpa)Java Semimar Slide (Cetpa)
Java Semimar Slide (Cetpa)
 
Java basics
Java basicsJava basics
Java basics
 

Recently uploaded

pptx.marketing strategy of tanishq. pptx
pptx.marketing strategy of tanishq. pptxpptx.marketing strategy of tanishq. pptx
pptx.marketing strategy of tanishq. pptxarsathsahil
 
Best Persuasive selling skills presentation.pptx
Best Persuasive selling skills  presentation.pptxBest Persuasive selling skills  presentation.pptx
Best Persuasive selling skills presentation.pptxMasterPhil1
 
SORA AI: Will It Be the Future of Video Creation?
SORA AI: Will It Be the Future of Video Creation?SORA AI: Will It Be the Future of Video Creation?
SORA AI: Will It Be the Future of Video Creation?Searchable Design
 
BrightonSEO - Addressing SEO & CX - CMDL - Apr 24 .pptx
BrightonSEO -  Addressing SEO & CX - CMDL - Apr 24 .pptxBrightonSEO -  Addressing SEO & CX - CMDL - Apr 24 .pptx
BrightonSEO - Addressing SEO & CX - CMDL - Apr 24 .pptxcollette15
 
How videos can elevate your Google rankings and improve your EEAT - Benjamin ...
How videos can elevate your Google rankings and improve your EEAT - Benjamin ...How videos can elevate your Google rankings and improve your EEAT - Benjamin ...
How videos can elevate your Google rankings and improve your EEAT - Benjamin ...Benjamin Szturmaj
 
DIGITAL MARKETING COURSE IN BTM -Influencer Marketing Strategy
DIGITAL MARKETING COURSE IN BTM -Influencer Marketing StrategyDIGITAL MARKETING COURSE IN BTM -Influencer Marketing Strategy
DIGITAL MARKETING COURSE IN BTM -Influencer Marketing StrategySouvikRay24
 
VIP Call Girls In Green Park 9654467111 Escorts Service
VIP Call Girls In Green Park 9654467111 Escorts ServiceVIP Call Girls In Green Park 9654467111 Escorts Service
VIP Call Girls In Green Park 9654467111 Escorts ServiceSapana Sha
 
DIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdf
DIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdfDIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdf
DIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdfmayanksharma0441
 
GreenSEO April 2024: Join the Green Web Revolution
GreenSEO April 2024: Join the Green Web RevolutionGreenSEO April 2024: Join the Green Web Revolution
GreenSEO April 2024: Join the Green Web RevolutionWilliam Barnes
 
The Pitfalls of Keyword Stuffing in SEO Copywriting
The Pitfalls of Keyword Stuffing in SEO CopywritingThe Pitfalls of Keyword Stuffing in SEO Copywriting
The Pitfalls of Keyword Stuffing in SEO CopywritingJuan Pineda
 
ASO Process: What is App Store Optimization
ASO Process: What is App Store OptimizationASO Process: What is App Store Optimization
ASO Process: What is App Store OptimizationAli Raza
 
Jai Institute for Parenting Program Guide
Jai Institute for Parenting Program GuideJai Institute for Parenting Program Guide
Jai Institute for Parenting Program Guidekiva6
 
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdfDigital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdfDemandbase
 
Word Count for Writers: Examples of Word Counts for Sample Genres
Word Count for Writers: Examples of Word Counts for Sample GenresWord Count for Writers: Examples of Word Counts for Sample Genres
Word Count for Writers: Examples of Word Counts for Sample GenresLisa M. Masiello
 
Omnichannel Marketing: Defining Omnichannel Marketing
Omnichannel Marketing: Defining Omnichannel MarketingOmnichannel Marketing: Defining Omnichannel Marketing
Omnichannel Marketing: Defining Omnichannel MarketingDove Soft Ltd
 
DGR_Digital Advertising Strategies for a Cookieless World_Presentation.pdf
DGR_Digital Advertising Strategies for a Cookieless World_Presentation.pdfDGR_Digital Advertising Strategies for a Cookieless World_Presentation.pdf
DGR_Digital Advertising Strategies for a Cookieless World_Presentation.pdfDemandbase
 
marketing strategy of tanishq word PPROJECT.pdf
marketing strategy of tanishq word PPROJECT.pdfmarketing strategy of tanishq word PPROJECT.pdf
marketing strategy of tanishq word PPROJECT.pdfarsathsahil
 
Do More with Less: Navigating Customer Acquisition Challenges for Today's Ent...
Do More with Less: Navigating Customer Acquisition Challenges for Today's Ent...Do More with Less: Navigating Customer Acquisition Challenges for Today's Ent...
Do More with Less: Navigating Customer Acquisition Challenges for Today's Ent...Search Engine Journal
 
Local SEO Domination: Put your business at the forefront of local searches!
Local SEO Domination:  Put your business at the forefront of local searches!Local SEO Domination:  Put your business at the forefront of local searches!
Local SEO Domination: Put your business at the forefront of local searches!dstvtechnician
 
Call Girls in Lajpat Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Lajpat Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Lajpat Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Lajpat Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

pptx.marketing strategy of tanishq. pptx
pptx.marketing strategy of tanishq. pptxpptx.marketing strategy of tanishq. pptx
pptx.marketing strategy of tanishq. pptx
 
Best Persuasive selling skills presentation.pptx
Best Persuasive selling skills  presentation.pptxBest Persuasive selling skills  presentation.pptx
Best Persuasive selling skills presentation.pptx
 
SORA AI: Will It Be the Future of Video Creation?
SORA AI: Will It Be the Future of Video Creation?SORA AI: Will It Be the Future of Video Creation?
SORA AI: Will It Be the Future of Video Creation?
 
BrightonSEO - Addressing SEO & CX - CMDL - Apr 24 .pptx
BrightonSEO -  Addressing SEO & CX - CMDL - Apr 24 .pptxBrightonSEO -  Addressing SEO & CX - CMDL - Apr 24 .pptx
BrightonSEO - Addressing SEO & CX - CMDL - Apr 24 .pptx
 
How videos can elevate your Google rankings and improve your EEAT - Benjamin ...
How videos can elevate your Google rankings and improve your EEAT - Benjamin ...How videos can elevate your Google rankings and improve your EEAT - Benjamin ...
How videos can elevate your Google rankings and improve your EEAT - Benjamin ...
 
DIGITAL MARKETING COURSE IN BTM -Influencer Marketing Strategy
DIGITAL MARKETING COURSE IN BTM -Influencer Marketing StrategyDIGITAL MARKETING COURSE IN BTM -Influencer Marketing Strategy
DIGITAL MARKETING COURSE IN BTM -Influencer Marketing Strategy
 
VIP Call Girls In Green Park 9654467111 Escorts Service
VIP Call Girls In Green Park 9654467111 Escorts ServiceVIP Call Girls In Green Park 9654467111 Escorts Service
VIP Call Girls In Green Park 9654467111 Escorts Service
 
DIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdf
DIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdfDIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdf
DIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdf
 
GreenSEO April 2024: Join the Green Web Revolution
GreenSEO April 2024: Join the Green Web RevolutionGreenSEO April 2024: Join the Green Web Revolution
GreenSEO April 2024: Join the Green Web Revolution
 
The Pitfalls of Keyword Stuffing in SEO Copywriting
The Pitfalls of Keyword Stuffing in SEO CopywritingThe Pitfalls of Keyword Stuffing in SEO Copywriting
The Pitfalls of Keyword Stuffing in SEO Copywriting
 
ASO Process: What is App Store Optimization
ASO Process: What is App Store OptimizationASO Process: What is App Store Optimization
ASO Process: What is App Store Optimization
 
Jai Institute for Parenting Program Guide
Jai Institute for Parenting Program GuideJai Institute for Parenting Program Guide
Jai Institute for Parenting Program Guide
 
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdfDigital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
 
Word Count for Writers: Examples of Word Counts for Sample Genres
Word Count for Writers: Examples of Word Counts for Sample GenresWord Count for Writers: Examples of Word Counts for Sample Genres
Word Count for Writers: Examples of Word Counts for Sample Genres
 
Omnichannel Marketing: Defining Omnichannel Marketing
Omnichannel Marketing: Defining Omnichannel MarketingOmnichannel Marketing: Defining Omnichannel Marketing
Omnichannel Marketing: Defining Omnichannel Marketing
 
DGR_Digital Advertising Strategies for a Cookieless World_Presentation.pdf
DGR_Digital Advertising Strategies for a Cookieless World_Presentation.pdfDGR_Digital Advertising Strategies for a Cookieless World_Presentation.pdf
DGR_Digital Advertising Strategies for a Cookieless World_Presentation.pdf
 
marketing strategy of tanishq word PPROJECT.pdf
marketing strategy of tanishq word PPROJECT.pdfmarketing strategy of tanishq word PPROJECT.pdf
marketing strategy of tanishq word PPROJECT.pdf
 
Do More with Less: Navigating Customer Acquisition Challenges for Today's Ent...
Do More with Less: Navigating Customer Acquisition Challenges for Today's Ent...Do More with Less: Navigating Customer Acquisition Challenges for Today's Ent...
Do More with Less: Navigating Customer Acquisition Challenges for Today's Ent...
 
Local SEO Domination: Put your business at the forefront of local searches!
Local SEO Domination:  Put your business at the forefront of local searches!Local SEO Domination:  Put your business at the forefront of local searches!
Local SEO Domination: Put your business at the forefront of local searches!
 
Call Girls in Lajpat Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Lajpat Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Lajpat Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Lajpat Nagar Delhi 💯Call Us 🔝8264348440🔝
 

javacourse in c.pdf

  • 2. 4 Team Check-in and Icebreaker Summary and Action Items > > > > > what is java? where java used? java platforms / editions feature of java. java virtual machine java architecture. why java is platform independent? what is oop. concept of oop. Data types in java. CONTENTS
  • 3. java is a high level objects oriented programming language as well as platform. 1 3 2 java was developed by a team led by James gosling at sun microsystems and released in 1995. java runs on a variety of platforms such as windows, mac os, and the various version of UNIX. WHAT IS JAVA?
  • 4. According to sun, 3 billion devices run java . there are many devices where java is currently used. some of them are as follows: 1 5 3 2 4 Desktop applications such as acrobat reader , media player, antivirus, etc. Smart cards , robotics ,games, etc. Web applications such as Irctc, javapoint.com ,linkedin , etc. Mobile, Embedded system. Enterprise application such as banking applications. WHERE JAVA USED?
  • 5. Java EE (Java Enterpris e editions) Java ME (Java micro edition) Java SEO(java standard editions javafx JAVA PLATFORMS/EDITIONS Java
  • 6. OBJECT ORIENTED SIMPLE PLATFORM INDEPENDEN T ROBUST ARCHITECTURAL NETURAL PORTABLE SECURED INTERPRETEND MULTITHREADED DYNAMIC FEACTURES OF JAVA
  • 7. JVM (java virtual machine) is an abstract machine .It is a specification that provides runtime environment in which java bytecode can be executed. JVMs are available for many hardware and software platforms . (i.e. JVM is platform dependent) >JVM performs following operation: .Loads code .verifies code .Execute cod .Provides run time environment JVM
  • 8. Native method interface runtime data areas Class loader sub system Method area Java stacks Heap PC Registers Native method stacks Execution Engine Native method library JAVA ARCHITECTURE
  • 9. Class Simple { public static void main (string arg []) { system.out.printIn("Hello Java"); } } // To compile this code in cmd: javac <filename>. java //To run this code : Java <classname> JAVA EXAMPLE
  • 10. Java code (.java) Linux JAVAC COMPILER Byte Code (.class) JVM JVM JVM Windows Mac WHY JAVA IS PLATFORM INDEPENDENT?
  • 11. OOP stands for Object- Oriented Programming. Procedural programming is about writing procedures or methods that perform operations on the data, while object-oriented programming is about creating objects that contain both data and methods. WHAT IS OOP
  • 12. oops (object - oriented programming system) Object Class Inheritance Polymorphism Abstraction Encapsulation OOP'S CONCEPT
  • 13. Data type Primitive Non-primitive Boolean Numeric Character Intergral Interger Floating-point byte short int long float double boolean Char String Array Etc. DATA TYPES IN JAVA
  • 14. Variable is a name of memory location. There are three types of variables in java: local, instance and static. There are two types of data types in Java: ... JAVA VARIABLES
  • 15. java is simple language. java does not support pointers. java is the first language in which program can be executed using web. write once run anywhere. ADVANTAGES OF JAVA