| Author |
Difference Between Android and J2ME
|
Deepika Saxena
Ranch Hand
Joined: Jul 05, 2009
Posts: 59
|
|
Hi,
can any body let me know whether Android Platform is the advanced version of J2ME?
Thanks.
--Deepika
|
 |
Freddy Wong
Ranch Hand
Joined: Sep 11, 2006
Posts: 959
|
|
No, Android isn' the advanced platform for J2ME.
Even though, Android uses Java language (now you can also code in C++), it runs on the Dalvik virtual machine. So the Java code isn't compiled into a bytecode. For JavaME, it uses KVM (somewhat similar to JVM with smaller size) and it compiles to bytecode.
|
SCJP 5.0, SCWCD 1.4, SCBCD 1.3, SCDJWS 1.4
My Blog
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14486
|
|
Android is architecturally quite different than J2ME. Not only in the JVM details, which are really immaterial, but in the fundamental structure of applications.
J2ME apps are essentially programs just like applets or stand-alone applications, although they use a different display technology due to resource constraints.
Android apps are more like a set of components or services that you wire together.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Difference Between Android and J2ME
|
|
|