-
Javac , JVM , JRE , JDK
-
Javac is Java compiler. This compiles Java code to byte code
-
JVM stands for Java Virtual Machine. This is a native application which runs byte code.
-
JRE stands for Java Runtime Environment. JRE contains both a JVM and class libraries. This is used to run byte code
-
JDK stands for Java Development Kit. JDK includes the JRE plus a compiler and other tools. This is required software to write and compile Java programs.
Related Posts
Setting up Java Development Environment – Windows
- abhisanto
- March 16, 2014
- 0
Setting up Java Development Environment – Windows Step 1 : Go to URL : http://java.oracle.com and Click on Java SE link under Download section Step […]
Share this:
- Share on X (Opens in new window) X
- Share on Facebook (Opens in new window) Facebook
- Share on Reddit (Opens in new window) Reddit
- Share on Pinterest (Opens in new window) Pinterest
- Share on X (Opens in new window) X
- Share on LinkedIn (Opens in new window) LinkedIn
- Share on WhatsApp (Opens in new window) WhatsApp
- Share on Tumblr (Opens in new window) Tumblr
- Share on Nextdoor (Opens in new window) Nextdoor
- Share on Mastodon (Opens in new window) Mastodon
- Share on Telegram (Opens in new window) Telegram
JAVA and OOPs Concepts
- abhisanto
- June 23, 2021
- 0
Object Oriented Programming Object-oriented programming (OOP) is a programming paradigm based on the concept of “objects”, which can contain data and code: data in the form of fields (often known as attributes or properties), and […]
Share this:
- Share on X (Opens in new window) X
- Share on Facebook (Opens in new window) Facebook
- Share on Reddit (Opens in new window) Reddit
- Share on Pinterest (Opens in new window) Pinterest
- Share on X (Opens in new window) X
- Share on LinkedIn (Opens in new window) LinkedIn
- Share on WhatsApp (Opens in new window) WhatsApp
- Share on Tumblr (Opens in new window) Tumblr
- Share on Nextdoor (Opens in new window) Nextdoor
- Share on Mastodon (Opens in new window) Mastodon
- Share on Telegram (Opens in new window) Telegram
Java 5
- abhisanto
- April 28, 2010
- 0
New Features in Java 5 Generics – Provides compile-time type safety while still allowing a type or method to operate on objects of various types. […]
Share this:
- Share on X (Opens in new window) X
- Share on Facebook (Opens in new window) Facebook
- Share on Reddit (Opens in new window) Reddit
- Share on Pinterest (Opens in new window) Pinterest
- Share on X (Opens in new window) X
- Share on LinkedIn (Opens in new window) LinkedIn
- Share on WhatsApp (Opens in new window) WhatsApp
- Share on Tumblr (Opens in new window) Tumblr
- Share on Nextdoor (Opens in new window) Nextdoor
- Share on Mastodon (Opens in new window) Mastodon
- Share on Telegram (Opens in new window) Telegram
