Computer Applications
JVM converts bytecode directly into
- machine code
- another byte code
- high level code
- None of these
Java Intro
7 Likes
Answer
machine code
Reason — JVM converts bytecode directly into machine code as it is responsible for interpreting or compiling Java bytecode into machine code that is executed by the host computer's CPU.
Answered By
5 Likes
Related Questions
Which operator cannot be used with if-else statement?
- <=
- ||
- &&
- ? :
By default, floating literal is
- double
- float
- int
- long
Which of the following statements is true?
- Binary search is less efficient than linear search.
- Binary search is more efficient than linear search.
- Binary search is as efficient as linear search.
- None of the above
Which element is num[9] of array num?
- 8th
- 9th
- 10th
- 11th