What is a Java Virtual Machine?
Answer / nashiinformaticssolutions
It is an abstract machine that gives Java programs a runtime environment. The underlying operating system runs the compiled Java code after it has been interpreted by the JVM.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does anyone still use java?
How do I know if java is installed?
What is mean by collections in java?
What classes of exceptions, caught by a catch clause?
What is the purpose of declaring a variable as final?
How do you create a reference in java?
what is mean by method signature?
What is <> used for in java?
Name two subclasses of the TextComponent class?
What does n mean in java?
diffrence b\w println() and printf()
Can a top level class be private or protected?