Answer Posted / 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 |
Post New Answer View All Answers
What is meant by 'Class access modifiers'?
What is a method declaration?
What is the difference between the final method and abstract method?
how does the run() method in runnable work? : Java thread
Can we access the non-final local variable, inside the local inner class?
What is tree in java?
What is final keyword in java?
What is application tier?
What is output buffer?
What is the dot operator?
What are the restriction imposed on a static method or a static block of code?
What is meant by method?
What are Normalization Rules? Define Normalization?
What is try-with-resources in java?
What are the common uses of "this" keyword in java ?