answersLogoWhite

0

Is the JRE platform dependent

Updated: 10/26/2022
User Avatar

Wiki User

13y ago

Best Answer

True.

Java source code is called "platform independent" because it runs on top of the Java Runtime Environment (JRE). In order for this to work, a special JRE must be created for the platform you want to run a Java program on.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is the JRE platform dependent
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is HTML platform dependent?

yes html is a platform independent


Do you need JRE if you already have JDK?

No, the JDK includes the JRE.


Is Jvm in the system?

The JVM (Java Virtual Machine) is a part of the JRE (Java Runtime Environment).The JRE is comprised of the JVM and the Class Library.The JVM takes the java language and compiles it into Bytecode which can then be interpreted as machine code by the platform(OS). The JVM will compile byte code specific to the OS it is being deployed upon. The JVM allows the Java language to be platform independent.


How much space does Java take to download?

On a Windows platform the online Java Runtime Environment (JRE) installer is approximately 0.86 MB and the installed size on disk is about 98MB. The downloadable full Windows offline JRE installer is larger ~30.2 MB and for MacOS ~50 MB.


How do you use a combobox in c?

Platform-dependent.

Related questions

Is cloud computing is platform dependent or independent?

c is platform dependent


How jre is platform independent?

Jre, or the Java Runtime Environment, runs java programs on any device regardless of their operating system. Because of this, it is independent of the platform (specific device and OS) that it's being run on, and a program written on one computer can still be used on another.


Do you hava different jre for every editionEESEME of the java platform like jdk does jre too has all the java libraries?

First of all, JDK is Java Development Kit and JRE is java runtime Environment. JDK provides compiler and all the necessary tools to write the code verses JRE provides with the environment in which the java code will run.


Why c plus plus is platform dependent?

C++ is not platform dependent. The implementation is, but not the language.


What is meant by platform dependent?

Platform dependent means a software will work only in a particular platform it wont work in all platform means not in all os


What are differences between platform dependent and platform independent?

Platform dependent requires the application to be run on specific hardware. independent will run on many kinds of hardware.


Is HTML platform dependent?

yes html is a platform independent


How vsam is platform independent?

IS Seq file also platform independent or dependent?


Do you need JRE if you already have JDK?

No, the JDK includes the JRE.


Is Jvm in the system?

The JVM (Java Virtual Machine) is a part of the JRE (Java Runtime Environment).The JRE is comprised of the JVM and the Class Library.The JVM takes the java language and compiles it into Bytecode which can then be interpreted as machine code by the platform(OS). The JVM will compile byte code specific to the OS it is being deployed upon. The JVM allows the Java language to be platform independent.


How do you use a combobox in c?

Platform-dependent.


How do you create a button in c?

platform-dependent