J2ME Question:
Download Questions PDF

What is MIDlet suite?

Answer:

MIDlets are packaged and distributed as MIDlet suites. A MIDlet suite can contain one or more MIDlets. The MIDlet suite consists of two files, an application descriptor file with a .jad extension and an archive file with a .jar file. The descriptor lists the archive file name, the names and class names for each MIDlet in the suite, and other information. The archive file contains the MIDlet classes and resource files.

Download J2ME Interview Questions And Answers PDF

Previous QuestionNext Question
What is MIDlet?What is MIDP?