views:

151

answers:

1
A: 

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
you are right with "sun JVM is stack-based, while Dalvik is register based" i don't want can/can't. in that post also some differences are given so i have given the example of that post.
Vivart