answersLogoWhite

0

How jre is platform independent?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

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.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How jre is platform independent?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is the JRE platform dependent?

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.


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.


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 JVM is platform independent?

by creating a jre spesific to each platform programmers can confidently write code in any platform and assume it willl also work in aany other. theirfore java is platform independent as bytecode would look the same on any platform, however will be implemented by a diffrent interpreter for each platform.


How vsam is platform independent?

IS Seq file also platform independent or dependent?


Is Net framework platform independent?

Yes. no .net is not platform independent is supports on OS .... as is need clr for Linux to support it but till now .net platform is not independent ...


Are JVM is platform independent?

No, they must be designed for specific platforms. The compiled programs are platform-independent.


Do you need JRE if you already have JDK?

No, the JDK includes the JRE.


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 vb.net platform independent?

yes,it is platform independent because it uses CLR(common language runtime) for compiling the codes and then the code can be run on any platform.


Is RMI platform independent?

rmi is a protocol not plateform 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.