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


Please Help Members By Posting Answers For Below Questions

How do you square a number?

576


What is the difference between an inner class and a sub-class?

503


In the below example, how many string objects are created?

550


Why method overriding is used?

535


What are the Class Libraries ?

588






What are keyboard events?

604


How do you use compareto method?

525


Can we have multiple classes in single file ?

594


Describe the syntax of multiple inheritance? When do we use such an inheritance?

580


Difference between a class and an object?

571


What is difference between pointer and reference?

502


How large is a boolean?

551


How do you compare two strings lexicographically?

533


What is class array in java?

503


I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?

516