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
what are synchronized methods and synchronized statements? : Java thread
What are peerless components?
How many ways can we create the string object?
Can we declare a constructor as final?
Why java is not 100% object-oriented?
What is the purpose of file class?
What must a class do to implement an interface in java programming?
What is a text string?
What is the use of hashmap in java?
Why does java doesnt suuport unsigned values?
What two classes are used to read data only?
What is passing by reference in java?
How do you check if a character in a string is a digit or letter?
Tell me are there implementations for sorting and searching in the java libarary?
What are different exception types exceptions available in java ?