How java is platform independent?
Answer Posted / abhilesh rastogi.... bca from
java is platform independent due to the JVM. java program
does not directly interect with os. java program interect
with jvm. c/c++ program interect with os.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is finally block?
What are the advantages of unicode?
What is early binding and late binding in java?
What is listnode in java?
Can we have any code between try and finally blocks?
How do I run java on windows?
What is static block?
Define an enumeration?
What are the differences between throw and throws?
What is qms certification?
What carriage return means?
Difference between operator overloading and function overloading
Is a class an object?
How to access arraylist elements in java?
Explain some best practices you would apply while using collection in java?