is JVM platform dependent or independent..?
Answer Posted / sadhi
jvm is a program and it is system dependent. Because every
system differentiate in developing tools and software..
so, the jvm software is convert the class file which is have
byte code into machine code to according to that specific
configuration. Since jvm is depend on the system software
and hardware..
| Is This Answer Correct ? | 40 Yes | 2 No |
Post New Answer View All Answers
Is there is any difference between a scrollbar and a scrollpane?
How to instantiate static nested classes in java?
Explain how to force the garbage collection in java.
Can we override the static methods?
What comes to mind when someone mentions a shallow copy in java?
What is parsing and its types?
Why are the destructors for base class and derived class called in reverse order when the program exits
What is the difference between superclass and subclass?
How many threads can I run java?
I want to persist data of objects for later use. What’s the best approach to do so?
What is java instanceof operator?
What is a void method java?
What is difference between final and immutable?
What is protected in java?
What string is utf8?