Originally posted by Prasad Katti:
I have two questions.
1 .How is J2ME different from J2SE?
2. We used wml to develop WAP applications? In what ways is J2ME different?
Regards
Prasad
1. I would suggest that you go thru the CLDC specifications from sun. In a nutshell , it is a subset of J2SE suited for devices with small memory and processing power.
2. In a WAP environment you get a thin client as the wap browser but if you use J2ME , you will be able to write thick client and stand alone applications.
One can also say ... the same difference between a swing application and a HTML/JSP/Servlet application
