Why all javame app must extends the Midlet Class?
What does the Midlet Class do?How to do?
Like Applet and Servlet.Why?
In my oppinion,Midlet abstract class help to connect the javame application manager.Developer just use the startApp(),pauseApp() and destroyApp() to control the flow.Midlet class help us to solve the background problems.
So,it's necessary to look at the Midlet class.
What does the Midlet Class do?How to do?
Like Applet and Servlet.Why?
In my oppinion,Midlet abstract class help to connect the javame application manager.Developer just use the startApp(),pauseApp() and destroyApp() to control the flow.Midlet class help us to solve the background problems.
So,it's necessary to look at the Midlet class.
本文探讨了为何所有 Java ME 应用程序必须继承 Midlet 类。解释了 Midlet 类的作用,包括如何通过使用 startApp(), pauseApp() 和 destroyApp() 方法来控制应用程序流程,并讨论了 Midlet 类如何帮助开发者解决后台运行的问题。
2449

被折叠的 条评论
为什么被折叠?



