“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”
Mandatory attributes are the attributes which are absolutely necessary for installing the j2me application on the user’s mobile. These attribute values are present in the .jad file, for example consider a cricket j2me game,
The mandatory attributes of a JAD file:
MIDlet-Name: ———–will have the java file name, e.g. Cricket.java
MIDlet-Profile: ———–will have the profile name
MIDlet-Vendor: ———–will have the vendor name, e.g. Airtel.com
MIDlet-Jar-URL: ———–will have the website downloaded from… www.airtel.com
MIDlet-Jar-Size: ————-will have the zipped file size… 210kb
All this information present in the Cricket.jad file is used to install the cricket game on the mobile phone.
Midlet-Name
Midlet-Jar-Size
MIDlet-Version
MicroEdition-Configuration
MicroEdition-Profile
Mandatory attributes are the attributes which are absolutely necessary for installing the j2me application on the user’s mobile. These attribute values are present in the .jad file, for example consider a cricket j2me game,
The mandatory attributes of a JAD file:
MIDlet-Name: ———–will have the java file name, e.g. Cricket.java
MIDlet-Profile: ———–will have the profile name
MIDlet-Vendor: ———–will have the vendor name, e.g. Airtel.com
MIDlet-Jar-URL: ———–will have the website downloaded from… www.airtel.com
MIDlet-Jar-Size: ————-will have the zipped file size… 210kb
All this information present in the Cricket.jad file is used to install the cricket game on the mobile phone.
Mandatory attributes for .jad file are:
Midlet-name
Midlet-version
Midlet-vendor
Midlet-n
Midlet-Jar-URL
These five attributes are only necessary…
Midlet-jar-size is not necessary…
Mandatory attributes in a Jad file are:
MicroEdition-Profile:
1) Midlet-1: , ,
2) Midlet-Jar-Size:
3) Midlet-Jar-URL:
4) Midlet-Name:
5) Midlet-Vendor:
6) Midlet-Version:
7) MicoEdition-Configuration:
Leave an Answer/Comment