Example & Tutorial understanding programming in easy ways.

Will J2ME applications run on J2SE?

J2ME applications run on J2SE?

 No,

 Since J2ME used subset of J2SE API. Many classes have been remove to keep the J2ME platform flexible, efficient and smaller. Consider a example, many small device won't support Abstract Window Toolkit (AWT), means device don't have screen capability to provide drop down menus and button. 

Read More →