The following code snippet will get the device detailed information in Android. public class DashboardActivity extends Activity { @Override protected…
How to execute J2ME Application from a batch File ?
C:\WTK2.5.2\bin\emulator.exe -Xdescriptor:TestDemo.jad -Xheapsize:2048000pauseexit
J2ME Architecture and other key concepts
The J2ME architecture is a designed for small computing devices that has limited memory, ranging from 128 kb to 2…