Database - JDBC, Java Server Pages, and MySQL - Discussion

Discussion Forum : JDBC, Java Server Pages, and MySQL - General Questions (Q.No. 4)
4.
To run a compiled Java program, the machine must have what loaded and running?
Java virtual machine
Java compiler
Java bytecode
A Web browser
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Kalpesh patil said:   8 years ago
JVM has many tools like javac, javah, javap, java. Hence to compile or run any program we need JVM.

Nidhi thakur said:   9 years ago
Java virtual machine was used to execute a program in work is interpreter, so jvm is use to interpreter and execute byte code.

Manche Shekhar said:   1 decade ago
Java Virtual Machine was used to execute the compiled java program.

Post your comments here:

Your comments will be displayed after verification.