Answer Posted / ranganathkini
The Java interpreter is a part of the JVM which translates
Java bytecodes into native machine codes and executes them.
| Is This Answer Correct ? | 35 Yes | 0 No |
Post New Answer View All Answers
What is a data structure java?
How many bytes is a string java?
Can a serialized object be transferred via network?
a thread is runnable, how does that work? : Java thread
Does sprintf allocate memory?
What are advantages of exception handling in java?
How does linkedlist work in java?
How java is similar to c?
What is the difference between equals() and?
Why do we need singleton?
What are the wrapped, classes?
What is main function purpose?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What are checked exceptions?
How does the java compiler work?