Explain the term virtual machine?



Explain the term virtual machine?..

Answer / Karan Vidyarthi

A Virtual Machine (VM) is a software emulation of a computer system that executes programs like a physical computer. It isolates the operating system and applications from the underlying hardware, enabling multiple VMs to run on a single host machine concurrently.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Does java isempty check for null?

1 Answers  


What is the use of a conditional inclusion statement in Java ?

1 Answers   Global Logic,


How many times finalize method will be invoked? Who invokes finalize() method in java?

1 Answers  


Which package is used for pattern matching with regular expressions?

1 Answers  


How do I compare two strings in word in java?

1 Answers  


what is the use of declaring constructor as private?

5 Answers   Cyient, IVY Technologies, Sai Softech, Virtusa,


What problems will occur when you don?t use layout managers?

1 Answers  


difference between byte stream class and character stream class?

1 Answers  


What is an immutable class? How to create an immutable class?

1 Answers  


what is difference between prepare stetement and callable starement with example?

1 Answers   CMC,


What is constructor and its types?

1 Answers  


What is the difference between method and constructor ?

3 Answers  


Categories