View Single Post
Posts: 189 | Thanked: 121 times | Joined on Oct 2009
#31
Originally Posted by fms View Post
So, you really think that a bytecode interpreter is not Java?
You certainly could make a Java compliant JVM which is just a simple bytecode interpreter however the bytecode produced for Android is not Java compliant and it lacks a JIT which is a feature of pretty much every JVM out there,