what is j2me and how it is related to core java? plz give
ans

Answers were Sorted based on User's Feedback



what is j2me and how it is related to core java? plz give ans..

Answer / dhiraj karalkar

J2me is a collection of a classes and the packages , these
classes and the packages are same as the Java classes , but
as the J2me is for the Mobile and etc small devices purpose
.. The memory size is very less as compare to the computer
etc ..

Therefore the J2me has include same classes as in java but
not all the classes and the Packages are included in the
J2me ...
And rest of the things like syntax and coding is same as in
the Core java ...

But while developing the J2me application memory space
should be taken in to the count as compare to the normal
j2se application ...

Is This Answer Correct ?    15 Yes 1 No

what is j2me and how it is related to core java? plz give ans..

Answer / neha

j2me is slimmed down version of java targeted at device
that have limited memory,display and processing.

Is This Answer Correct ?    13 Yes 3 No

what is j2me and how it is related to core java? plz give ans..

Answer / neel

j2me is a collection of classes and interfaces, used for
developing the application for small hand held devices..
It is the compact/ Trimmed version of java..

As it is meant for small devices, it used Kilo virtual
machine (KVM), instead of regular J2SE VM..

Is This Answer Correct ?    7 Yes 1 No

what is j2me and how it is related to core java? plz give ans..

Answer / dheeraj jain

j2me is a basiclibaray that is avilable in core java & also
used basic service of core java such as javac , etc

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More J2ME Interview Questions

Explain iDEN ?

1 Answers  


What is PDCP ?

1 Answers  


Explain about Telematics ?

1 Answers  


Explain about Tomcat ?

1 Answers  


Explain about TDMA ?

1 Answers  






create a midp application,where user can enter player name and points.the program saves the information to the record using RMS at MIDP device.program should also print out the top 10 player list to the end user.

0 Answers  


Explain HLR ?

1 Answers  


What is LCDUI ?

6 Answers  


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.

2 Answers  


what is the use of wtk?

0 Answers  


what are all contain highlevel api?

0 Answers  


Describe and explain UDDI ?

1 Answers  


Categories