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 |
What is kXML ?
What is POSE ?
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.
what is midlet?
What is the difference between MIDP 1.0 and MIDP 2.0?
What is Mobitex ?
What is JavaHQ ?
Give the name of classes of j2se which is not used in j2me
create a menu which has the following options:cut-can be on/off,copy-can be on/off,paste-can be on/off,delete-can be on/off,select all-put all4 options on,unselect all-put all 4 options off,using event handling in MIDP application
What is VLR
What is API ?
create a midp application,where user can enter player name and points.the program saves the information to the record using RMS at MIDP device.program should also print out the top 10 player list to the end user.