Answer Posted / vinaya paluru
JVM stands for Java Virtual Machine. Its the environment in which java programs are executed.Its a software implemented on non-virtual hardware and on standard operating systems."Write once, run anywhere" is achieved by JVM. It accepts form of computer intermediate language commonly referred as java byte code
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is java a virus?
Can an interface be defined inside a class?
What is the size of integer?
Why put method is idempotent?
What does a method signature consist of?
Can we clone singleton object?
Can you achieve runtime polymorphism by data members?
What does 0 mean in boolean?
How can we run a java program without making any object?
What are the 6 boolean operators?
What are the different types of sorting in java?
What is thread count in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
Is java a security risk?
What is complexity in java?