views:

92

answers:

1
+3  Q: 

Android and J2ME

Can anyone please clear my doubt regarding the query that does Android Programming has anything to do with the J2ME?

Does Android Development comes under J2ME Platform as J2ME is used basically for the Mobile Applications and Android is also the same one.

Please let me know if anybody is knowing it.

+10  A: 

Android has nothing to do with J2ME beyond using the core Java language. In fact, the standard library is more reminiscent of Java SE.

Yann Ramin