Computer Applications
JVM converts bytecode directly into
- machine code
- another byte code
- high level code
- None of these
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