Friday, 7 September 2012

A Java Application Descriptor (JAD) file is a text file that is similar to a manifest, except that it is not packaged in a JAR file. Some of the shared attributes that must have identical values are: MIDlet-Name, MIDlet-Version, and MIDlet-Vendor. If any shared attributes are different, then: | JAVA J2ME

  A.    The ones in the descriptor override those in the manifest
  B.    The ones in the manifest override those in the descriptor

Ans: A

No comments: