List some important characteristics on JRE

devquora
devquora

Posted On: Feb 22, 2018

 

  • It represents Java Runtime Environment.
  • JRE alludes to a runtime domain in which Java bytecode can be executed.
  • It executes the JVM (Java Virtual Machine) and gives all the class libraries and other help documents that JVM utilizes at runtime. Therefore, JRE is a product bundle that contains what is required to run a Java program. Fundamentally, it is an execution of the JVM, which physically exists.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Java 10 Interview Questions

    What is the technique adopted to create an immutable class?

    In order to create an immutable class, follow the below steps:..

    Java 10 Interview Questions

    What methodology can be utilized to link to a database?

    The following steps can be utilized to link to a database:..

    Java 10 Interview Questions

    Enlist some features of JDK.

    It represents a Java Development Kit...