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
Why is String immutable?
'A class is a template for an object' explain this statement.
What are annotations in java?
What is java command?
How do you declare an array that will hold more than 64KB of data?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
How many bytes is a unicode character?
What are parameters in a method?
What are the advantages of exception handling?
How will you invoke any external process in java?
explain the difference between jdk and jvm?
What is the primitive type short?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
What is java literals?
What is the locale class in java programming?