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 |
I want to know how to connect to DataBase from our MIDP application. I need just code for this
What is Provisioning ?
What is MIDP-NG ?
What are the mobile viruses?
What is kSOAP ?
Memory managment technique in j2me
What is ETSI ?
what are all contain highlevel api?
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 POSE ?
Explain CVM ?
What is PNG ?