JVM specification provides runtime environment in which java byte code can be executed- Core Java

Q.  Which specification that provides runtime environment in which java byte code can be executed?
- Published on 10 Jul 15

a. JDK
b. JVM
c. JRE
d. None of the above

ANSWER: JVM
 

    Discussion

  • Rupesh Bharuka   -Posted on 28 Sep 16
    We write a Java Program in java language and we compile that program with the tool i.e. "javac". After compiling source code(written in java language) compiler generates a new file as an output file which contains byte code and this byte code is passed to JVM for the execution of program.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)