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 null == null in java?
What do you understand by casting in java language?
How is garbage collection controlled?
What is sizeof () operator?
What is struts in java?
Can I extend singleton class in java?
What is an escape character in java?
How do I get a substring?
What's the difference between comparison done by equals method and == operator?
What is the inheritance?
What is Java Package and which package is imported by default?
What are benefits of java?
What is the platform?
What does \ mean in regex?
What is difference between final and finally in java?