Explain Generic Connection Framework ?
Answer / jguru
The Generic Connection Framework (GCF) makes it easy for
wireless devices to make network connections. It is part of
CLDC and CDC and resides in the javax.microedition.io package.
Is This Answer Correct ? | 2 Yes | 0 No |
What is profile ?
What is J2ME WTK ?
What is ETSI ?
Give the name of classes of j2se which is not used in j2me
What is PRC ?
what is the minimum supporting configurations of j2me
Describe and explain VLR ?
What is MIDP-NG ?
What is MIDP ?
What is SSL ?
Explain about RMI Profile ?
Hi, I have a midlet. In that I created object that extends Canvas.In that canvas I added one command,when I click that command the control is not coming to CommandAction() method of that canvas. Can u suggest me any solution for this?