What is MIDlet suite ?



What is MIDlet suite ?..

Answer / jguru

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.

Is This Answer Correct ?    11 Yes 2 No

Post New Answer

More J2ME Interview Questions

What is configuration ?

1 Answers  


Describe and explain WMA ?

1 Answers  


What is API ?

7 Answers  


I have a problem wtih a program. The program logic is like this.......... from a class which extends midlet class i create object of a class(say canobj(word)) which extends canvas class by passing a string. the next statement is display.setCurrent(canobj); Everything is fine but the paint(Graphics g) method is not executed. What may the problem. please suggest me the answer.

2 Answers  


What is kXML ?

2 Answers  






Hi how to create a mobile book on j2me program, for example dictionary, bible, magazine…. then read on the mobile phone, tell me the code and steps or other help site. Thanks

2 Answers  


I have problem with connection between Database and Wireless device, plz send me a sample code.

3 Answers   Mascon,


What is Tomcat

1 Answers  


what is difference between j2ee, j2me & j2se

1 Answers  


What is the difference between MIDP 1.0 and MIDP 2.0?

15 Answers   Google,


What is cHTML ?

1 Answers  


Describe and explain VLR ?

1 Answers  


Categories