Answer Posted / jitesh singh
JVM works is only to provide memory and resource allocation
.the conversion of bytecode into machine code is done by
J.I.T(just in time compiler)
if a program is executed on the same machine then the full
resources used by JVM else if on other system then less
resources used by JVM.
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
What is the method in java?
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
What is the ==?
Why java is call by value?
What is connection class in java?
How can a gui component handle its own events?
What are the drawbacks of singleton class?
Which sorting algorithm is best in java?
What is the use of volatile in java?
What are features of java?
What is a generic type?
How to convert string to byte array and vice versa?
What is meant by nested loop?
What is array length?
What is the preferred size of a component in java programming?