Is jvm a compiler or an interpreter?
Answer / Tejender Singh
The Java Virtual Machine (JVM) is not a compiler nor an interpreter, but it works in conjunction with both. The Java Compiler translates the source code written in Java into bytecode (class files). The JVM is responsible for interpreting these class files and converting them into machine-specific instructions that can be executed by the computer.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by framework in java?
Why do we need framework in java?
I am new to jsf rich faces. I am using rich faces datatable rich:datatable. On entering the value, values get filtered in table. Now how can i get the value i selected in backing bean?
what about jdb and javadoc by example ?
Which interceptor is responsible for setting action javabean properties?
How do I run a java project in netbeans?
What is java web application?
What is java bean class?
what is the function of OS
How do I enable java in firefox?
What are the types of cookies in java?
What is mq in java?