No video

#23 JDK JRE JVM in Java

  Рет қаралды 237,574

Telusko

Telusko

Күн бұрын

Check out our courses:
Complete Java Developer Course Batch-3: go.telusko.com...
Coupon: TELUSKO10 (10% Discount)
Enterprise Java Spring Microservices: go.telusko.com...
Coupon: TELUSKO10 (10% Discount)
Master Java Spring Development : go.telusko.com...
Coupon: TELUSKO20 (20% Discount)
For More Queries WhatsApp or Call on : +919008963671
Udemy Courses:
Spring: go.telusko.com...
Java:- go.telusko.com...
Java Spring:- go.telusko.com...
Java For Programmers:- go.telusko.com...
Python : go.telusko.com...
Git : go.telusko.com...
Docker : go.telusko.com...
website : courses.telusk...
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.
Github repo : github.com/nav...
Java:- bit.ly/JavaUde...
Spring:- bit.ly/SpringU...
More Learning :
Java :- bit.ly/3x6rr0N
Python :- bit.ly/3GRc7JX
Django :- bit.ly/3MmoJK6
JavaScript :- bit.ly/3tiAlHo
Node JS :- bit.ly/3GT4liq
Rest Api :-bit.ly/3MjhZwt
Servlet :- bit.ly/3Q7eA7k
Spring Framework :- bit.ly/3xi7buh
Design Patterns in Java :- bit.ly/3MocXiq
Docker :- bit.ly/3xjWzLA
Blockchain Tutorial :- bit.ly/3NSbOkc
Corda Tutorial:- bit.ly/3thbUKa
Hyperledger Fabric :- bit.ly/38RZCRB
NoSQL Tutorial :- bit.ly/3aJpRuc
Mysql Tutorial :- bit.ly/3thpr4L
Data Structures using Java :- bit.ly/3MuJa7S
Git Tutorial :- bit.ly/3NXyCPu
Donation:
PayPal Id : navinreddy20
www.telusko.com

Пікірлер: 49
@freddymintarja2186
@freddymintarja2186 Жыл бұрын
"You can't type in bytecode, I mean...you can, don't try it" had me dying 😂
@r_a_t_h_o_d622
@r_a_t_h_o_d622 6 ай бұрын
What was funny in this?
@freddymintarja2186
@freddymintarja2186 6 ай бұрын
@@r_a_t_h_o_d622 can you type in byte code?
@sidarthasingh8158
@sidarthasingh8158 5 ай бұрын
@@r_a_t_h_o_d622 no doubt that it went over your head 🤣🤣
@sidarthasingh8158
@sidarthasingh8158 5 ай бұрын
​​@@r_a_t_h_o_d622 no doubt that it went over your head🤣🤣
@ibu2685
@ibu2685 4 ай бұрын
​@@r_a_t_h_o_d622try to write byte code and run. You will get to know😅
@bunmisadiq3298
@bunmisadiq3298 Жыл бұрын
This is the best java lesson I had ever listen to. Good job!
@shikhar5300
@shikhar5300 Жыл бұрын
Java learning journey is going great with your videos. Respect ++
@worldofniyathi
@worldofniyathi 18 күн бұрын
simple but great explanation !
@sinduraghu5188
@sinduraghu5188 Жыл бұрын
Thanks a lot... You are unique combination of understanding code and teaching it
@karthikapyla1297
@karthikapyla1297 5 ай бұрын
what a superb explanation. excellent teaching
@bhutmaswidi2755
@bhutmaswidi2755 Ай бұрын
Mr Telusko is the best!!!!
@user-ft6vx9mb9u
@user-ft6vx9mb9u 10 ай бұрын
good tutorial continue
@letsdrive6606
@letsdrive6606 2 ай бұрын
very useful video to understand jvm, JRE, JDK, Bytecode
@somgupta9588
@somgupta9588 Жыл бұрын
excellent bro . very simple and easy to understand thanks
@ajaywade9418
@ajaywade9418 7 ай бұрын
@telusko Please make a video on JVM architecture.
@pratiktiwariramji
@pratiktiwariramji 27 күн бұрын
Yes
@snehazore7686
@snehazore7686 Жыл бұрын
Very Useful
@GirishBalanagu
@GirishBalanagu Жыл бұрын
Very detailed explanation.Thanks! Can you share the Gear details and track pad related. :)
@hanhtayaung8
@hanhtayaung8 Жыл бұрын
Excellent explanation😊
@saumyojitdas4212
@saumyojitdas4212 9 ай бұрын
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?
@sumukhsonkar4280
@sumukhsonkar4280 Жыл бұрын
Please provide spring boot live project video, Please start full stack java course...,
@Gulammustafa-dh7pi
@Gulammustafa-dh7pi 4 ай бұрын
Thank you so much Reddy Sir!
@NoTimeWaste1
@NoTimeWaste1 Жыл бұрын
Thank you, sir.
@LifeCodeGame
@LifeCodeGame Жыл бұрын
Great explanation of JDK, JRE and JVM in Java! Keep up the awesome work!
@AmitSingh-xc9qe
@AmitSingh-xc9qe 12 күн бұрын
Thank you sir 😊
@TheMESCuS
@TheMESCuS Жыл бұрын
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
@ToughGuysWorld
@ToughGuysWorld Жыл бұрын
No
@shivamsingh7009
@shivamsingh7009 7 ай бұрын
kzfaq.info/get/bejne/la17Zrqgq6yvhXk.html
@aviralmishra785
@aviralmishra785 Жыл бұрын
Thankyou sir
@ranjitshinde3763
@ranjitshinde3763 Жыл бұрын
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
@pratikshapatil6148
@pratikshapatil6148 10 ай бұрын
Thank you
@BluePaneTechnologies-nu4hh
@BluePaneTechnologies-nu4hh 4 ай бұрын
this is helpful..thanks
@shaikhsamir3604
@shaikhsamir3604 10 ай бұрын
Thanks
@user-gc1iq1ge3s
@user-gc1iq1ge3s 10 ай бұрын
nice videos
@actandrepeat
@actandrepeat Жыл бұрын
How do I update my JDK?
@papasedokarajeh6183
@papasedokarajeh6183 6 ай бұрын
What jdk works best for java db?
@manishbhargav5093
@manishbhargav5093 Жыл бұрын
Please take java live session😍
@anjipuppala9538
@anjipuppala9538 Жыл бұрын
Brohhhh😍😍😍
@target__iit
@target__iit 5 ай бұрын
Next Video -> kzfaq.info/get/bejne/la17Zrqgq6yvhXk.html
@arivintheeram4417
@arivintheeram4417 23 күн бұрын
Where is #22
@AgnesCarpenter-p1o
@AgnesCarpenter-p1o 4 күн бұрын
Anderson Michael Thompson Steven Anderson Brenda
@sais7065
@sais7065 Жыл бұрын
@irfan40
@irfan40 7 ай бұрын
you talked fast
@snehakallannavar8365
@snehakallannavar8365 2 ай бұрын
Make setting speed as 0.75 , it will be help u out
@djhi-tek9249
@djhi-tek9249 2 ай бұрын
Kes la boşu
#24 Methods in Java
11:30
Telusko
Рет қаралды 211 М.
Violet Beauregarde Doll🫐
00:58
PIRANKA
Рет қаралды 34 МЛН
Kind Waiter's Gesture to Homeless Boy #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 15 МЛН
SPILLED CHOCKY MILK PRANK ON BROTHER 😂 #shorts
00:12
Savage Vlogs
Рет қаралды 50 МЛН
Glow Stick Secret Pt.4 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 9 МЛН
Java Virtual Machine(jvm) || 8 ||JAVA COURSE in telugu
9:41
JDK, JRE, JVM: What Are They and What Are Their Differences?
7:57
The Learn Programming Channel
Рет қаралды 87 М.
#4 How Java Works
12:03
Telusko
Рет қаралды 436 М.
#22 Class and Object Practical in Java
15:36
Telusko
Рет қаралды 228 М.
#26 Stack And Heap in Java
12:37
Telusko
Рет қаралды 235 М.
Violet Beauregarde Doll🫐
00:58
PIRANKA
Рет қаралды 34 МЛН