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 is a constructor, constructor overloading in java?
Is vector ordered in java?
What is arraylist class in java?
Can list contain null in java?
Why is java called the platform independent programming language?
What is the default value of an object reference declared as an instance variable?
Difference between stack and queue?
Difference difference paint() and paintcomponent()?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
How many static init can you have?
Is 0 an irrational number?
Can we start a thread twice in java?
Is string pool garbage collected?
What is string :: npos?
what do you mean by classloader?