is JVM platform dependent or independent..?
Answer Posted / guest
java is platform independent.
| Is This Answer Correct ? | 26 Yes | 21 No |
Post New Answer View All Answers
What is the difference between abstract classes and interfaces?
What does the “final” keyword mean in front of a variable? A method? A class?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
How are the elements of a gridbaglayout organized in java programming?
Convert a BST into a DLL and DLL to BST in place.
When is update method called?
Why is it called boolean?
design an lru cache in java?
What does localhost mean?
Can you override a final method?
What does n mean in java?
Can you write a java class that could be used both as an applet as well as an application?
What is the gregoriancalendar class in java programming?
What is method overloading in JAVA? Why is it not present in C ?
What is java instanceof operator?