What is the difference between CLDC 1.0 and CLDC 1.1?
Answer Posted / b.chandra sai mohan
cldc 1.0 and cldc 1.1 both support String and StringBuffer.
CLDC 1.0------->equalsIgnoreCase() is not present
CLDC 1.1 --------->equalsIgnoreCase() is present
CLDC 1.0--->insert(),append() methods is absent in String
Buffer which i spresent in CLDC 1.1
ValueOf()--->which provide conversions b/w floating point
types and strings is present in CLDC1.1 which is absent in 1.0
No Object Finalization in CLDC 1.0 and 1.1
| Is This Answer Correct ? | 27 Yes | 4 No |
Post New Answer View All Answers
What is amps ?
Memory managment technique in j2me
what is the use of wtk?
In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?
create a menu which has the following options:cut-can be on/off,copy-can be on/off,paste-can be on/off,delete-can be on/off,select all-put all4 options on,unselect all-put all 4 options off,using event handling in MIDP application
What is j2me in mobile computing?
what is the application compatability?
Memory managment technique in j2me
Write a Java program to deactivate a cell phone when authentication failed
what are all contain highlevel api?
where images can be stored in j2me?
Is there any framework in j2me that supports for all three HTc,iphone,Nokia phones.
11 is a group of specifications for wireless networks developed by the Institute of Electrical and Electronics Engineers (IEEE). 802.11 uses the Ethernet protocol and CSMA/CA (carrier sense multiple access with collision avoidance) for path sharing.
Give the name of classes of j2se which is not used in j2me
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.