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 to make object serializable in java?
Why isn’t there operator overloading?
What is the full form of jpeg?
What is difference overloading and overriding?
Have you ever used hashtable and dictionary?
What are the differences between string and stringbuffer?
What are the 6 functions?
Why do we create public static method in java?
Write a java program that prints all the values given at command-line.
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
Where is the find and replace?
What is prime number in java?
What is difference between local variable and global variable?
List some important characteristics on jre
Is an empty arraylist null?