JDK vs JRE vs JVM - Whats the Difference ? | Java tutorials for beginners

preview_player
Показать описание
Support Simple Snippets by Donations -
--------------------------------------------------------------------------------------------- Understand the difference between JDK, JRE and JVM in Java programming. This video tutorial will give you simple explanation of what is JDK, JRE and JVM.
JDK - Java Development Kit
JRE - Java Runtime Environment
JVM - Java Virtual Machine

In simple terms -
JDK = JRE + Development tools
JRE = JVM + library files

JDK -
JDK provides environment to develop and run Java Programs
JRE -
JRE is an environment to run Java programs which are already developed
JRE is physical implementation of JVM
JVM -
JVM is an abstract machine. It is specification that provides run time environment in which bytecode can be executed.

Simple Snippets Official Website -
Simple Snippets on Facebook-
Simple Snippets on Instagram-
Simple Snippets Google Plus Page-
Simple Snippets email ID-

UpSkill is an Ed-Tech Company / Coaching Centre for Information Technology / Computer Science oriented courses and offer coacing for various Degree courses like BSc.IT, BSc.CS, BCA, MSc.IT, MSc.CS, MCA etc.

Contact via email /call / FB /Whatsapp for more info

We also Provide Certification courses like -
Android Development
Web Development
Java Developer Course
.NET Developer Course
Check us out on Social media platforms like Facebook, Instagram, Google etc
Рекомендации по теме
Комментарии
Автор

Hey Guys, if you want more such tech educational videos on this channel then please support me by subscribing to this channel & also share it with your friends as it helps me create more content just for you ✌

SimpleSnippets
Автор

The quality is awesome. I like this, and also your communication skills.

sarthi
Автор

There is a grammatical mistake, you should have written - to run programs which are already developed

sarthi
Автор

As a non it student, would u plz suggest how do I learn Java perfectly.

naidu
Автор

Superb 🔥.but bro any example what are the programs that are already developed so that we run in jre.example gives more clarity between jre and jdk.

sriharshasamayamanthula
Автор

Bro plz make videos on other cse technical subjects also

angararishabh
Автор

Bro pls upload video about java applet basics

inikojeriko
Автор

bro can you please make this program for me i am facing huge difficulty in doing this program
Create a class MyString in Java containing a String object so that you initize in the constructor using
the constructor's argument. Add a toString() method and a method concatenate() that appends a String
object to your internal string. Implement clone() in MyString. Create two static methods that each take
a myString x handle as an argument and call x.concatenate("test"), but in the second method call
clone() first. Test the two methods and show the difference effects.

demonstator