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

What is kXML ?

2 Answers  


Write a Java program to deactivate a cell phone when authentication failed

0 Answers  


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

4 Answers   NIIT,


What is SOAP ?

1 Answers  


Explain 3G ?

4 Answers  






Describe and explain WMLScript ?

1 Answers  


What is WMA

1 Answers  


Explain CVM ?

1 Answers  


Memory managment technique in j2me

0 Answers  


what is the difference between jad and manifest file?

6 Answers   Microsoft,


What is PDC ?

1 Answers  


What is HLR

1 Answers  


Categories