Is there a possibility to run applets on Android or Blackberry?

Posted by Maxood on Stack Overflow See other posts from Stack Overflow or by Maxood
Published on 2010-03-12T14:27:30Z Indexed on 2010/03/12 14:27 UTC
Read the original article Hit count: 369

Filed under:
|
|

This is what the Java site www.java.com says:

"KVM, the virtual machine for mobile devices, is the counterpart of JVM (Java virtual machine). It is used to run applets and applications written with Java technology on mobile devices. KVM must be installed by the manufacturer. It is NOT available for download or installation by consumers".

Now Android has a customized virtual machine called DVM (Dalvik Virtual Machine). Can we compare it with KVM? Wonder if we can further reprogram DVM to incorporate features of KVM to run applets on Android? Same goes for Blacberry, is there a possibility?

© Stack Overflow or respective owner

Related posts about virtual-machine

Related posts about virtual