What is optional package ?
Answers were Sorted based on User's Feedback
Answer / b.chandra sai mohan
Optional Api is used to provide additional functionality
that can be included for a configuration or profile.
possible future stack will be CLDC1.1/MIDP2.0+MMAPI.
Ex: MMAPI,javax.microedition.lcdui.game,will come under
optional API
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / guest
An optional package is a set of J2ME APIs providing services
in a specific area, such as database access or multimedia.
Unlike a profile, it does not define a complete application
environment, but rather is used in conjunction with a
configuration or a profile. It extends the runtime
environment to support device capabilities that are not
universal enough to be defined as part of a profile or that
need to be shared by different profiles. J2ME RMI and the
Mobile Media RMI are examples of optional packages.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain HLR ?
What is CDPD ?
What is CDMA2000 ?
What is CVM
Explain about RMI OP ?
What is MExE ?
What is PCS ?
What is cHTML ?
What is KVM ?
What is Mobitex ?
What is OTA ?
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.