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
What is palindrome in java?
Can we overload destructor in java?
Explain the difference between extends thread vs implements runnable in java?
What are the difference between string, string builder, and string buffer in java?
What is the numeric promotion?
How to connect to a remote database using Applet?
How does finally block differ from finalize() method?
What are the steps involved to create a bean?
How will you invoke any external process in java?
What are different types of references?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What is the association?
What are heap memory and stack memory and what are memory tables.
What is a line break?
What is a short in java?