View Single Post
Old October 30th, 2009, 11:34 PM   #10 (permalink)
tpriddy
Junior Member
 
tpriddy's Avatar
 
Join Date: Oct 2009
Location: Silicon Valley
Posts: 96
 
Device(s): Motorola Droid
Thanks: 7
Thanked 1 Time in 1 Post
Default Java Support

Quote:
Originally Posted by billd View Post
The browser has Java? Really? I thought Android didn't support a full JSE.
http://en.wikipedia.org/wiki/Android_(operating_system)
Quote:
Originally Posted by wikipedia
Software written in Java can be compiled to be executed in the Dalvik virtual machine, which is a specialized VM implementation designed for mobile device use, although not technically a standard Java Virtual Machine.
Should that be listed as java = no? I changed the browser java to no and added the Dalvik virtual machine for java apps.
Code:
| browser         | safari                  | android                 |
|   java          | no                      | no                      |
| java apps       | no                      | Dalvik virtual machine  |
tpriddy is offline  
Last edited by tpriddy; October 31st, 2009 at 12:45 AM.
Reply With Quote