can we implement a java interpreter in hardware that executes Java bytecodes natively?

Viewed 8325

if we implement java interpreter in hardware then how we can achieve architecture neutrality of java bytecode... does java uses JIT(just in time interpreter) ? and how all this is related to Virtual Machine concept of operating system and java virtual machine(JVM)

4 Answers
Related