What is profile ?

Answers were Sorted based on User's Feedback



What is profile ?..

Answer / guest

A profile is a set of APIs added to a configuration to
support specific uses of a mobile device. Along with its
underlying configuration, a profile defines a complete, and
usually self-contained, general-purpose application
environment. Profiles often, but not always, define APIs for
user interface and persistence; the MIDP profile, based on
the CLDC configuration, fits this pattern. Profiles may be
supersets or subsets of other profiles; the Personal Basis
Profile is a subset of the Personal Profile and a superset
of the Foundation Profile. See also configuration, optional
package.

Is This Answer Correct ?    1 Yes 0 No

What is profile ?..

Answer / b.chandra sai mohan

A Configuration is designed for a specific kind of device
based on Memory constraints and processing power. It
specifies a java Virtual machine that can be easily ported
to device specifying configuration.

A Profile which is built on top of configuration provides APIS
for UserInterface Design,Persistent Storage and what ever
else is necessary for running application on device.
javax.microedition.lcdui---->UserInterface Design
javax.microedition.rms.RecordStore---->Persistent Storage

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More J2ME Interview Questions

Describe and explain VLR ?

1 Answers  


Explain i-appli ?

1 Answers  


I want to know how to connect to DataBase from our MIDP application. I need just code for this

4 Answers   NIIT,


Explain CVM ?

1 Answers  


How to maintain the GUI part in j2me of different mobile screen size?

2 Answers   IBM,






i am working in blackberry.In blackberry emulator it is connecting to server but when i installed the program in blackberry it is not connecting to server why

3 Answers  


Describe and explain UDDI ?

1 Answers  


Explain GPRS ?

5 Answers  


What is kSOAP ?

2 Answers  


What is i-appli

1 Answers  


What is the difference between CLDC 1.0 and CLDC 1.1?

10 Answers  


Hi, I have a midlet. In that I created object that extends Canvas.In that canvas I added one command,when I click that command the control is not coming to CommandAction() method of that canvas. Can u suggest me any solution for this?

4 Answers  


Categories