Computer Applications
Java Virtual Machine (JVM) is an:
- interpreter
- compiler
- machine code
- byte code
Java Intro
20 Likes
Answer
interpreter
Reason — Java Virtual Machine (JVM) is a Java interpreter.
Answered By
12 Likes
Related Questions
A Java program developed and executed by the users without using web browser is known as:
- application
- applet
- object
- none
Who developed Java?
- James Gosling
- Robert James
- Bjarne Stroustrup
- None
Java is a case sensitive language. Which is the most appropriate statement with respect to this context?
- Upper and lower case letters are distinguished.
- Upper and lower case letters are ignored.
- Only lower case letters are distinguished.
- None.
Which of the following package is needed to find the square root of a number?
- java.text
- java.math
- java.lang
- None