is JVM platform dependent or independent..?
Answer Posted / jporter
I very much liked this explanation:
http://www.programmerinterview.com/java/is-jvm-platform-dependent.php
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can you change array size in java?
What is the internal implementation of set in java?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
What about member inner classes?
How is string immutable in java?
What are methods and how are they defined?
explain the difference between jdk and jvm?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What is the simpletimezone class in java programming?
What do you mean by platform independence? What is an interface?
What is set and get methods in java?
Is arraylist an object in java?
Can you extend singleton class?
What is diamond operator in java?
What does a method signature consist of?