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 token in java?
Write a function to print Fibonacci series and Tribonacci series?
What are the differences between processes and threads?
What is collection class in java? List down its methods and interfaces.
What is a method in java?
What is the difference between exception and error in java?
What does the append?
What is the reason behind using constructors and destructors?
Why singleton is not thread safe?
What are the Static and Dynamic Variables? Differentiate them.
What is diamond operator in java?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
What are different types of inner classes ?
Is singleton class thread safe?
Can a constructor be protected?