is JVM platform dependent or independent..?
Answer Posted / megha pandav
We can't directly says that JVM is platform independent but
due to JVM java has become platform independent.Because JVM
convert byte code into the microprocessor readable format.so
that code able to run on any machines like windows,
linux,Macnitosh etc...
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
How do I know if java is installed?
How do you remove spaces in java?
What is space character in java?
What are the 8 primitive data types in java?
How dead lock situation occurs in java and how you can identify it?
Which of the following is not an isolation level in the JDBC
Can we convert integer to string in java?
Write an algorithm for quick sort?
How does compareto work in java?
How to create a base64 decoder in java8?
Is 0 true or false in java?
Is array a class in java?
explain the difference between jdk and jvm?
What is jagged array in java?
Why string objects are immutable in java?