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
Does java allow overriding static methods ?
What is private static in java?
What is the primary benefit of encapsulation?
Why are getters and setters used?
Explain the difference between runnable and callable interface in java?
Explain restrictions for using anonymous inner classes?
How do you do exponents in java?
What is the difference between public, private, protected, and friend access?
How do you get the length of a string in java?
What is an anonymous class in java?
What is the base class of all classes?
What are white spaces in java?
What is the method to expand and collapse nodes in a jtree?
What is float in java?
What is a generic code?