Answer Posted / jeetu choudhary
Java platform independency comes from JVM(Java Vitual Machine).
In java when a source code is executed then it converts into a intermidiate code which is known as bytecode.This intermidiate code can interprete on any system expect that system must contain the JVM.JVM interpret this bytecode and converts it into machine code.
JVM is a Hypothetical Computer Pltform.JVM is also called an extended Machine.JVM execute a java program on any computer that has a JAva ava runtime enviernment without recompiling the programe.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain different types of wrapper classes in java?
Can we catch more than one exception in single catch block?
What is boolean strategy?
What is linked hashset and its features?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What is void data type?
How will you get the platform dependent values like line separator, path separator, etc., ?
Can an object subclass another object?
What is java objectoutputstream?
What are the different ways of creating thread?
What is the finalize method do?
Explain about features of local inner class?
What is the largest data type in java?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
Explain heap sort?