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
If system.exit (0); is written at the end of the try block, will the finally block still execute?
What are the different types of java?
when should you use stringbuilder class in a program?
What is variable and constant explain with example?
What are the two ways in which thread can be created?
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
How do you escape json?
What happens when I use / and % with a negative numerator?
What are the 4 types of characters?
Why do we need array in java?
Can inner class be public in java?
Can we overload final method in java?
Explain java coding standards for constants?
Can we write a class without main method in java?
What about anonymous inner classes in java?