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 POSE ?

1 Answers  


What is RMI Profile

1 Answers  


What is J2ME WTK ?

2 Answers   Wipro,


what are the protocol to used in j2me?

2 Answers  


Explain about RMI Profile ?

1 Answers  






what is the use of wtk?

0 Answers  


what is the difference between cell phone and mobile phone?

1 Answers  


Explain about Tomcat ?

1 Answers  


what is midlet?

7 Answers  


What is WMA

1 Answers  


What is HLR

1 Answers  


What is Obfuscation ?

5 Answers  


Categories