Hi
In j2me programme......with out using main method how its run?
Hi
In j2me programme......with out using main method how its run?
Hi and welcome to the Forum Nokia discussion boards.
In Java ME, the application's runtime commands are handled by the AMS. Midlets can have constructors and must have a startApp() method, which you can look at as a sort of "main" method. See the Java Developers Library, MIDlet lifecycle section for a more detailed explanation.