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
Explain the JDB in depth & command line.
What is meant by data hiding/encapsulation?
Why is whitespace important?
What are the java ide’s?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
What is package protected in java?
What is "this" keyword in java? Explain
What is codebase?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
What is anagram word?
How do you avoid global variables?
What is difference between ++ I and I ++ in java?
What is the difference between checked exception and unchecked exception?
What is the difference between Java1.4 and Java1.5
How do you write a conditional statement?