What is MIDP-NG ?
Answer / guest
The Next Generation MIDP specification is currently under
development by the Java Community Process. Planned
improvements include XML parsing and cryptographic support.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain HTTPS ?
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.
I want to know how to connect to DataBase from our MIDP application. I need just code for this
What is the difference between CLDC 1.0 and CLDC 1.1?
What is WAP Gateway ?
Write a Java program to deactivate a cell phone when authentication failed
Describe and explain WML ?
what are the protocol to used in j2me?
Explain about RMI Profile ?
currently runnaning the application how can calucate the size of the application?
What is configuration ?
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