SlideShare a Scribd company logo
1 of 23
Download to read offline
Working of
Java Virtual Machine
(JVM )
in Java ...
To write and execute a program
we need the following :
1) Editor – To type a program into, for example
notepad, notepad++ etc.
2) Compiler – To convert high level language
program into machine code Advanced Java
Training in Bangalore
3) Linker – To combine different program files
reference in your main program together.
4) Loader – To load the files from the secondary
storage device like Hard Disk, Flash Drive , CD into
RAM for execution. The loading is automatically
done when we execute our code.
5) Execution – Actual execution of the program
which is handled by OS(Operating System) &
processor.
Java code
compilation
and execution :
Java Training Center Bangalore
[1] Once we write a program , we have to save with
the class name.java.
[2] Once we execute a program .java file converts
into .class file
[3] JVM convert the .class file into machine code.
[4] JVM divide the memory into stack and memory
memory.
[4] Then JVM call the class loader , class loader go
back to the main class and find the all stack
members and load into heap memory.
[5] Again control go back java course in bangalore
to the JVM , it loads the all static members
into stack.
[6] Then it try to identifies the main method and
start the execution.
[7] If main method is not there , then it will
through the error and execution will stop.
[8] Once execution done JVM call garbage
collector to clear the memory.
What is JVM ?
JVM is known as Java Virtual
Machine.
It is the engine that executes the
Java Code.
It converts bytecode into machines
code. Java/j2ee classes bangalore
1) Java compiler produces code for a Virtual
Machine.
2) JVM compiled java code into bytecode. This
bytecode gets interpreted on machines
3) Between host system and Java Bytecode is an
intermediate language.
4) JVM is responsible for allocating a memory
space.
JVM
Architecture :
[1] Classloader:
Classloader www.aspendailynews.comis a
subsystem of JVM which is used to load the
class files into the memory.
Best core java training in bangalore
[2] Class Area(Method Area):
Class Area stores per-class structures such as
the runtime constant pool, fields and
methods, code for methods.
[3] Stack:
Java Stack stores frames.It holds local variables
and partial results, and plays a part in method
invocation and return.
[4] Native Method Stack:
Native Method Stack contains all the native
methods used in the application.
[5] Heap:
Heap is the runtime data area in which objects
are allocated and stored.
[6] Program Counter Register:
PC (program counter) register contains the address
of the Java virtual machine instruction currently
being executed.
[7] Execution Engine :
Execution Engine contains
i) A virtual processor
ii) Interpreter: Read bytecode stream then execute
the instructions.
iii) Just-In-Time(JIT) compiler: It is used to improve
the performance.
Working of
JVM:
The JVM performs following
works : Advanced java training in
bangalore
1) Loads the java code
2) Verifies the code
3) Executes the code
4) Provides runtime environment
Java is both compiled
and interpreted
language :
Compiler :
A compiler is a program which converts a
program from one level of language to another.
Example conversion of C++ program into
machine code. java/j2ee classes bangalore
The java compiler convert high level java code
into bytecode .
Interpreter :
A interpreter is a program which converts a
program at one level to another programming
language at the same level.
In Java , the JVM converts the bytecode into
the native machine code
Join
Infocampus Software Training Institute
for
Core & Advanced Java Training
and
get 100% career assistance with...
-> 4 Days free demo classes.
-> Complete practical session.
-> Work on real time project.
For the free demo classes ->
Call At :
9738001024
To know the syllabus of Java Course &
to getting a job easily :->
Enquire At :
http://www.infocampus.co.in/java-training-
bangalore.html
THANK
YOU

More Related Content

What's hot (20)

Java virtual machine
Java virtual machineJava virtual machine
Java virtual machine
 
JVM
JVMJVM
JVM
 
Java byte code presentation
Java byte code presentationJava byte code presentation
Java byte code presentation
 
Java introduction with JVM architecture
Java introduction with JVM architectureJava introduction with JVM architecture
Java introduction with JVM architecture
 
Java virtual machine
Java virtual machineJava virtual machine
Java virtual machine
 
Jvm
JvmJvm
Jvm
 
Java architecture
Java architectureJava architecture
Java architecture
 
What's Inside a JVM?
What's Inside a JVM?What's Inside a JVM?
What's Inside a JVM?
 
JDK,JRE,JVM
JDK,JRE,JVMJDK,JRE,JVM
JDK,JRE,JVM
 
Jvm Architecture
Jvm ArchitectureJvm Architecture
Jvm Architecture
 
QSpiders - Jdk Jvm Jre and Jit
QSpiders - Jdk Jvm Jre and JitQSpiders - Jdk Jvm Jre and Jit
QSpiders - Jdk Jvm Jre and Jit
 
Java Virtual Machine
Java Virtual MachineJava Virtual Machine
Java Virtual Machine
 
JVM
JVMJVM
JVM
 
Jvm internal detail
Jvm internal detailJvm internal detail
Jvm internal detail
 
Java Development Kit (jdk)
Java Development Kit (jdk)Java Development Kit (jdk)
Java Development Kit (jdk)
 
Java Virtual Machine (JVM), Difference JDK, JRE & JVM
Java Virtual Machine (JVM), Difference JDK, JRE & JVMJava Virtual Machine (JVM), Difference JDK, JRE & JVM
Java Virtual Machine (JVM), Difference JDK, JRE & JVM
 
JVM, JRE and Javac are the main part for the java program
 JVM, JRE and Javac are the main part for the java program JVM, JRE and Javac are the main part for the java program
JVM, JRE and Javac are the main part for the java program
 
Jdk,jre,jvm
Jdk,jre,jvmJdk,jre,jvm
Jdk,jre,jvm
 
Inside the jvm
Inside the jvmInside the jvm
Inside the jvm
 
The Real Thing: Java Virtual Machine
The Real Thing: Java Virtual MachineThe Real Thing: Java Virtual Machine
The Real Thing: Java Virtual Machine
 

Similar to Advanced java-training-in-bangalore (20)

Java unit 1
Java unit 1Java unit 1
Java unit 1
 
JAVA Program Examples
JAVA Program ExamplesJAVA Program Examples
JAVA Program Examples
 
Unit-IV_Introduction to Java.pdf
Unit-IV_Introduction to Java.pdfUnit-IV_Introduction to Java.pdf
Unit-IV_Introduction to Java.pdf
 
Jvm
JvmJvm
Jvm
 
Java introduction
Java introductionJava introduction
Java introduction
 
JAVA for Every one
JAVA for Every oneJAVA for Every one
JAVA for Every one
 
Java JDK.docx
Java JDK.docxJava JDK.docx
Java JDK.docx
 
Ijaprr vol1-2-13-60-64tejinder
Ijaprr vol1-2-13-60-64tejinderIjaprr vol1-2-13-60-64tejinder
Ijaprr vol1-2-13-60-64tejinder
 
Java performance tuning
Java performance tuningJava performance tuning
Java performance tuning
 
Basic Java I
Basic Java IBasic Java I
Basic Java I
 
Java byte code & virtual machine
Java byte code & virtual machineJava byte code & virtual machine
Java byte code & virtual machine
 
Introduction to java programming tutorial
Introduction to java programming   tutorialIntroduction to java programming   tutorial
Introduction to java programming tutorial
 
java intro.pptx
java intro.pptxjava intro.pptx
java intro.pptx
 
A begineers guide of JAVA - Getting Started
 A begineers guide of JAVA - Getting Started A begineers guide of JAVA - Getting Started
A begineers guide of JAVA - Getting Started
 
Javanotes ww8
Javanotes ww8Javanotes ww8
Javanotes ww8
 
Java notes
Java notesJava notes
Java notes
 
JVM Architecture – How It Works.pdf
JVM Architecture – How It Works.pdfJVM Architecture – How It Works.pdf
JVM Architecture – How It Works.pdf
 
Java lab zero lecture
Java  lab  zero lectureJava  lab  zero lecture
Java lab zero lecture
 
Java Introduction | PDF
Java Introduction |  PDFJava Introduction |  PDF
Java Introduction | PDF
 
Java & J2EE Struts with Hibernate Framework
Java & J2EE Struts with Hibernate FrameworkJava & J2EE Struts with Hibernate Framework
Java & J2EE Struts with Hibernate Framework
 

Recently uploaded

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 

Advanced java-training-in-bangalore

  • 1. Working of Java Virtual Machine (JVM ) in Java ...
  • 2. To write and execute a program we need the following : 1) Editor – To type a program into, for example notepad, notepad++ etc. 2) Compiler – To convert high level language program into machine code Advanced Java Training in Bangalore
  • 3. 3) Linker – To combine different program files reference in your main program together. 4) Loader – To load the files from the secondary storage device like Hard Disk, Flash Drive , CD into RAM for execution. The loading is automatically done when we execute our code. 5) Execution – Actual execution of the program which is handled by OS(Operating System) & processor.
  • 6. [1] Once we write a program , we have to save with the class name.java. [2] Once we execute a program .java file converts into .class file [3] JVM convert the .class file into machine code. [4] JVM divide the memory into stack and memory memory.
  • 7. [4] Then JVM call the class loader , class loader go back to the main class and find the all stack members and load into heap memory. [5] Again control go back java course in bangalore to the JVM , it loads the all static members into stack. [6] Then it try to identifies the main method and start the execution.
  • 8. [7] If main method is not there , then it will through the error and execution will stop. [8] Once execution done JVM call garbage collector to clear the memory.
  • 9.
  • 10. What is JVM ? JVM is known as Java Virtual Machine. It is the engine that executes the Java Code. It converts bytecode into machines code. Java/j2ee classes bangalore
  • 11. 1) Java compiler produces code for a Virtual Machine. 2) JVM compiled java code into bytecode. This bytecode gets interpreted on machines 3) Between host system and Java Bytecode is an intermediate language. 4) JVM is responsible for allocating a memory space.
  • 13. [1] Classloader: Classloader www.aspendailynews.comis a subsystem of JVM which is used to load the class files into the memory. Best core java training in bangalore [2] Class Area(Method Area): Class Area stores per-class structures such as the runtime constant pool, fields and methods, code for methods.
  • 14. [3] Stack: Java Stack stores frames.It holds local variables and partial results, and plays a part in method invocation and return. [4] Native Method Stack: Native Method Stack contains all the native methods used in the application. [5] Heap: Heap is the runtime data area in which objects are allocated and stored.
  • 15. [6] Program Counter Register: PC (program counter) register contains the address of the Java virtual machine instruction currently being executed. [7] Execution Engine : Execution Engine contains i) A virtual processor ii) Interpreter: Read bytecode stream then execute the instructions. iii) Just-In-Time(JIT) compiler: It is used to improve the performance.
  • 17. The JVM performs following works : Advanced java training in bangalore 1) Loads the java code 2) Verifies the code 3) Executes the code 4) Provides runtime environment
  • 18. Java is both compiled and interpreted language :
  • 19. Compiler : A compiler is a program which converts a program from one level of language to another. Example conversion of C++ program into machine code. java/j2ee classes bangalore The java compiler convert high level java code into bytecode .
  • 20. Interpreter : A interpreter is a program which converts a program at one level to another programming language at the same level. In Java , the JVM converts the bytecode into the native machine code
  • 21. Join Infocampus Software Training Institute for Core & Advanced Java Training and get 100% career assistance with... -> 4 Days free demo classes. -> Complete practical session. -> Work on real time project.
  • 22. For the free demo classes -> Call At : 9738001024 To know the syllabus of Java Course & to getting a job easily :-> Enquire At : http://www.infocampus.co.in/java-training- bangalore.html