J2SE Question:
What is Java virtual machine1?

Answer:
A software "execution engine" that safely and compatibly executes the byte codes in Java class files on a microprocessor (whether in a computer or in another electronic device).
Previous Question | Next Question |
What is JavaCheck? | What is Java Remote Method Invocation (RMI)? |