View Single Post
Posts: 1,418 | Thanked: 1,541 times | Joined on Feb 2008
#24
Originally Posted by sharper View Post
The problem is of course that Android doesn't run "Java", it runs a bytecode interpreter. Java's speed advantage comes from JIT compilation and its ability to perform runtime optimisations not possible at compile time.
So, you really think that a bytecode interpreter is not Java?