#23 JDK JRE JVM in Java

preview_player
Показать описание
Check out our courses:

Coupon: TELUSKO10 (10% Discount)

Udemy Courses:

For More Queries WhatsApp or Call on : +919008963671

In this lecture we will learn:
- What is JVM?
- What is JDK?
- What is JRE?
- Importance and uses of JVM, JRE, and JDK.

#1
To compile the Java code, we need a tool and that tool is known as JDK ( Java Development Kit).
- Byte code runs on a machine so we have to convert the java code into the byte code.
- On installing the JDK, we get both updated JRE and JVM.

#2
JVM stands for Java Virtually Machine.
- JVM is the space where you execute the code.
- JVM is used to make the Java language a platform- independent.
- You have to compile the code through JDK and then run the code through JVM.
- JVM is platform dependent and it needs to be built for a particular OS.
- JVM is platform-dependent.

#3
JRE stands for Java Runtime Environment.
- JRE contains all the in-built classes and other extra files and libraries that we can use in our code.
- JRE validates the byte code.
- JRE loads a class.
- If you use extra libraries, and you also need an environment. An additional layer is present above the OS known as JRE.

#4
- JVM is a part of JRE. JRE includes JVM and libraries.
JVM - Java Virutal Machine
JRE - Java Runtime Environment
- For development purposes, you need to install JDK (Java Development Kit) which consists of JRE and JVM.

More Learning :

Donation:
PayPal Id : navinreddy20
Рекомендации по теме
Комментарии
Автор

This is the best java lesson I had ever listen to. Good job!

bunmisadiq
Автор

"You can't type in bytecode, I mean...you can, don't try it" had me dying 😂

freddymintarja
Автор

Thanks a lot... You are unique combination of understanding code and teaching it

sinduraghu
Автор

Java learning journey is going great with your videos. Respect ++

shikhar
Автор

excellent bro .
very simple and easy to understand
thanks

somgupta
Автор

what a superb explanation. excellent teaching

karthikapyla
Автор

Very detailed explanation.Thanks!
Can you share the Gear details and track pad related. :)

GirishBalanagu
Автор

In my laptop there is no JRE I want to paste jar file of MySQL to connectivity but there is no jre how can I connect database to jdbs driver

ranjitshinde
Автор

very useful video to understand jvm, JRE, JDK, Bytecode

letsdrive
Автор

@telusko Please make a video on JVM architecture.

ajaywade
Автор

Great explanation of JDK, JRE and JVM in Java! Keep up the awesome work!

LifeCodeGame
Автор

Please provide spring boot live project video,
Please start full stack java course...,

sumukhsonkar
Автор

After compilation .class file is created .
When .class file will be created in /lib/Ext . (extension class path)

Mainly it is there in application Class path .

At what point .class file is created in Hdd at the time of Loading or Linking after bytecode Verification?

saumyojitdas
Автор

5:19 you said
In the next video we’ll try to expand more on jvm
I’m sorry to say that I couldn’t found next video
Would you pls help me
Thanks

TheMESCuS