when there is a need of jvm then how we can say that java
is a platform independent language?
Answer Posted / bala
each OS has its own configuration for external resources
like connecting to a network accessing external memory, RMI
etc, so each OS has its own JVM to achieve this...
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Difference between class#getinstance() and new operator ?
Explain numeric promotion?
What is the difference between numeric and integer?
What is the equal sign?
What do heavy weight components mean in java programming?
Name few java util classes introduced with java 8 ?
define polymorphism in java
What is computer compiler?
Explain about join() method?
What is flag in python?
What is palindrome in java?
What is the size of string?
What is the importance of finally block in exception handling?
Explain thread in java?
Differentiate between a constructor and a method? Can we mark constructors final?