Answer Posted / rakesh
JVM is interpreter for the byte code the virtual mechine
code gerented by the java interpreter is know as mechine
secific byte, it's as an interpreter between virtual
mechine & real mechine.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the different collection views provided by maps?
how we can make a read-only class in java?
Can we catch more than one exception in single catch block?
Is empty string in java?
What is the size of int?
What data type is string java?
Why scanner is used in java?
What is the use of accept () method in java?
Can we have any other return type than void for main method?
Is char * a string?
What are jee technologies?
What is a generic data type?
Define packages in java?
Tell me the Importent classes in net package?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.