what is the difference between jad and manifest file?

Answers were Sorted based on User's Feedback



what is the difference between jad and manifest file?..

Answer / binu k james

Manifest file describes the files zipped in the .jar file,
like the name of the game, size.etc,
.jad file is used to install the j2me game on the mobile.
The .jad file while installing the application will look in
the manifest.mf file for the properties of .jar file.
If the mismatch is in jar size values, then the application
will install but the size given in the .jad file is
considered over the size given

Is This Answer Correct ?    37 Yes 4 No

what is the difference between jad and manifest file?..

Answer / amit kumar srivastava

The manifest.mf or manifest file describes information
about JAR file such as:
Application name, Application icon, MIDlet class name
MIDlet Vendor
MIDlet Version
MIDlet Name
MicroEdition Configuration(CLDC version)
MicroEdition Profile(MIDP version)

while a JAD(Java Application Descriptor) file describes all
the information which is in manifest file as well as some
more information such as MIDlet Jar Size(in KB) and MIDlet
Jar URL(Uniform Resourse Locator i.e. path of jar file)
JAD file describes following information for a JAR file:
Application name, Application icon, MIDlet class name
MIDlet Jar Size(in KB)
MIDlet Jar URL(path of jar file)
MIDlet Vendor
MIDlet Version
MIDlet Name
MicroEdition Configuration(CLDC version)
MicroEdition Profile(MIDP version)
A JAD file is used to install a JAR file on mobile.

Is This Answer Correct ?    5 Yes 0 No

what is the difference between jad and manifest file?..

Answer / akanksha

Manifest File contains information like CLDC and MIDP
versions, icon,which is not present in the Jad file.

Properties like jar size, data size, delete-confirm and
install notify are present in jad file but are not there in
manifest file.

Is This Answer Correct ?    4 Yes 3 No

what is the difference between jad and manifest file?..

Answer / pravesh

Jad file is Java Application Descriptor.it is use for
download the application .The main difference between jad
and mainfest file is In jad file we can see user attriute
(more game is enable or not ,subcrication etc).But in
Manifest file we can see only midlet relative information
which is also see in jad file

Is This Answer Correct ?    1 Yes 0 No

what is the difference between jad and manifest file?..

Answer / shrikant

Jad file used to describe the path of jar file and also
describe the version and vendor etc.
jad file just shows the location where your jar is located

Is This Answer Correct ?    3 Yes 4 No

what is the difference between jad and manifest file?..

Answer / akanksha

Jad file is not a part of the entire package and any user
defined setting should be added to the jad file so that we
do not have to repackage, if the value changes later on.

Manifest file is the part of the package itself

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More J2ME Interview Questions

What is iDEN

1 Answers  


What are the mobile viruses?

1 Answers  


What is LCDUI ?

6 Answers  


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.

0 Answers  


what is midlet>difference beiween midlet and servlet

1 Answers  






What is VLR

1 Answers  


What is POSE ?

1 Answers  


What is PSTN ?

4 Answers   Reliance,


What is OTA ?

6 Answers  


where images can be stored in j2me?

1 Answers   TCS,


What is CDMA ?

2 Answers   Ericsson, Huawei, Motorola,


What is i-appli

1 Answers  


Categories