answersLogoWhite

0

How jre is platform independent?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

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

13y ago

What else can I help you with?

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 is the minimum size of JRE?

The minimum size of a Java Runtime Environment (JRE) can vary depending on the version and the platform, but it typically ranges from around 30 MB to 100 MB when installed. The JRE includes essential components like the Java Virtual Machine (JVM), core libraries, and other necessary files to run Java applications. However, the size can increase with additional libraries and features. For specific applications, a custom JRE can be created to reduce the size by including only necessary components.


What is the use of providing jre?

The JRE refers to Java Runtime Environment... JRE is an implementation of the Java Virtual Machine which actually executes Java programs. Without the JRE we cannot execute our Java programs.


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.


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.