Menu
Question Index
...

Identify the incorrect statement about compilation and execution of java programs


javac helps in compiling the java program and creates the .class files
java runs the programs using the bytecode in .class files
java runs the programs using the source code in .java files
javac is in the JDK package and java is in the JRE package

Doubts

Problems

Topic: JDK JRE JVM JIT - Java Compiler

Read this topic
Take test on this topic

0
Wrong
Score more than 2 points

© meritcampus 2019

All Rights Reserved.

Open In App