is JVM platform dependent or independent..?
Answer Posted / vikrant sharma
JVM refers to Java virtual machine.As you know JVM takes
byte code and convert it into format that is understandable
by microprocessor.Since Every machine has its own JVM like
windows has own JVM, linux has own JVM,Macintosh has
different,etc.This means JVM depends upon Operating system
that means JVM is platform dependent.But that byte code
able to run on any machine that has JVM(JRE)..
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
How many types of array are there?
When should a function throw an exception?
Can we create an object of static class in java?
What is better - 'bit-shift a value' or 'multiply by 2'?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What if static is removed from main method?
What is a parameter in matrices?
What is a flag value?
What is navigable map in java?
How do you escape in java?
What is a modifier?
What are thread priorities and importance of thread priorities in java?
What is difference between c++ and java ?
Is nullpointerexception checked or unchecked?
What is final, finally, finalize?