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 the difference between the file and randomaccessfile classes?
Is string is a class in java?
What is variable and example?
I want to persist data of objects for later use. What is the best approach to do so?
Why set do not allow duplicates in java?
Program to Find the second largest element in an array.
What are the application of stack?
How do you identify if jvm is 32-bit or 64-bit from java program?
Can a class be declared as protected?
What are the problems faced by java programmers who don't use layout managers?
What is use of inner class in java?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
Can we declare a static variable inside a method?
What is the base class for error and exception?