the API design(1)

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.

你可能感兴趣的:(servlet,JavaME)