To Run Java Applications We Need Jvm But Jvm Is Not Flatform Independent Then How Can We Say Java Is Flatfrom Independent?
Can't find what you're looking for?
Ask a Question, Get an Answer ASAP
The first statement refers to the Java programming language, and the second refers to the Java runtime environment, or Java Virtual Machine (JVM). A Java executable, or class file, is the first piece, and the Java runtime environment is the second. You can think of the Java runtime environment as the receptor to which the Java executable bonds. The Java runtime environment binds itself to the specific native platform and provides a shield against any platform-specific issues by eliminating machine-specific issues.
answered 2 years ago
Ask questions on any topic, get great answers from real people for FREE. Blurtit has hundreds of thousand of members so your sure to get the answer your looking for.
what makes the jvm to bind itself to the specific native platform so that it can run on any platform.
comment made by Vijaypaul 2 years ago
Report