Are you sure they're not referring to the differences in the APIs? I mean both JVMs are turing complete, so basically they can do the same things.
One internal difference is that the sun JVM is stack-based, while Dalvik is register based. (It has an infinite number of registers though.) But that doesn't really explain what you can/can't do on it.
aioobe
2010-08-25 09:12:18