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 TDMA

1 Answers  


I have problem with connection between Database and Wireless device, plz send me a sample code.

3 Answers   Mascon,


Explain i-mode ?

1 Answers  


What is WAP Gateway ?

2 Answers  


What is kXML ?

2 Answers  






Describe and explain WMLScript ?

1 Answers  


what is the minimum supporting configurations of j2me

1 Answers   TCS,


What is UMTS

1 Answers  


What is J2ME ?

3 Answers  


What is PNG ?

1 Answers  


Explain about RMI Profile ?

1 Answers  


Describe and explain UDDI ?

1 Answers  


Categories