JVM is platform independent or depeneded?

Answer Posted / qim2010

JVM is platform dependent. There can be any number of jvm's
but they all understand the one common language called byte
code and translates them into the binary executable of a
particular platform for which they are developed.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which method cannot be overridden in java?

592


Can anonymous class have constructor?

550


Explain 5 io best practices?

591


Why is core java important?

572


What is the association?

546






Why is method overloading not possible by changing the return type in java?

585


What is nested class?

563


What is t type java?

622


What do you mean by an interface in java?

568


Why is java architectural neutral?

614


What are the differences between heap and stack memory in java?

532


Is java a security risk?

561


What are selection structures?

536


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

2132


Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?

622