![]() |
2009-11-21
, 17:25
|
Posts: 189 |
Thanked: 121 times |
Joined on Oct 2009
|
#31
|
![]() |
2009-11-21
, 17:31
|
Posts: 1,418 |
Thanked: 1,541 times |
Joined on Feb 2008
|
#32
|
You certainly could make a Java compliant JVM which is just a simple bytecode interpreter
however the bytecode produced for Android is not Java compliant and it lacks a JIT which is a feature of pretty much every JVM out there,
![]() |
2009-11-21
, 17:36
|
Posts: 1,255 |
Thanked: 393 times |
Joined on Oct 2009
@ US
|
#33
|
![]() |
2009-11-21
, 17:42
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#34
|
![]() |
2009-11-21
, 17:42
|
Posts: 189 |
Thanked: 121 times |
Joined on Oct 2009
|
#35
|
So, you mean Android apps are not programmed in Java?
![]() |
2009-11-21
, 17:52
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#36
|
![]() |
2009-11-21
, 17:55
|
Posts: 1,418 |
Thanked: 1,541 times |
Joined on Feb 2008
|
#37
|
You know exactly what I'm talking about. Yes the first Java JVMs were bytecode interpreters and there are possibly still some out there for some platforms however modern JVMs have JIT.
Android applications are written in the Java language syntax yes but they don't use the Java platform or run as Java on the phone.
![]() |
2009-11-21
, 18:20
|
Posts: 1,255 |
Thanked: 393 times |
Joined on Oct 2009
@ US
|
#38
|
So Rushmore.. speaking of drinking..
How's that WIld Turkey? I have a fellow graduate student who's from Kentucky (and another professor) who both drink Wild Turkey lol.
![]() |
2009-11-21
, 18:24
|
Posts: 189 |
Thanked: 121 times |
Joined on Oct 2009
|
#39
|
If Android applications are written in Java, then Android uses Java. How that Java works is a secondary issue.
![]() |
2009-11-21
, 18:48
|
Posts: 1,418 |
Thanked: 1,541 times |
Joined on Feb 2008
|
#40
|
Java is a combination of language syntax, platform libraries and runtime.