is JVM platform dependent or independent..?
Answer Posted / vikrant sharma
JVM refers to Java virtual machine.As you know JVM takes
byte code and convert it into format that is understandable
by microprocessor.Since Every machine has its own JVM like
windows has own JVM, linux has own JVM,Macintosh has
different,etc.This means JVM depends upon Operating system
that means JVM is platform dependent.But that byte code
able to run on any machine that has JVM(JRE)..
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
Explain garbage collection in java?
What is the difference between a window and a frame in java programming?
Why synchronization is important?
Does constructor creates the object ?
Is math an abstract class in java?
What are the main differences between notify and notifyAll in Java?
What is the difference between reader/writer and inputstream/output stream?
Say any two properties in beans?
Explain about interrupt() method of thread class ?
What all access modifiers are allowed for top class ?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What is autoboxing and unboxing?
What method is used to specify a container's layout in java programming?
What is the exact difference in between unicast and multicast object? Where we will use?
Explain the significance of class loaders in bootstrap?