Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 820
John Avatar asked Dec 12 '22 20:12

John


2 Answers

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

like image 108
Yann Ramin Avatar answered Jan 19 '23 12:01

Yann Ramin


Like Yann mentioned , j2me is not Android and vice versa, however they use the same language with different VMS. Google basically created their own JVM called DAVLIk which got Sun to sue Google because google used their technology without their approval.

There are however some J2ME to Android wrappers. LWUIT currently has such a wrapper.

like image 36
user281300 Avatar answered Jan 19 '23 11:01

user281300