AceTheInterview
Jobs in Pune | Work better in teams | Socialize with friends | Submit Q&A | Tell a friend
Search site for 

Top 100 Interview Questions & Answers in a convenient and easy to read book!

“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!”

– Ravi, California

Read more comments...

Interview Questions And Answers RSS Feed

Answer »

  1. Submitted By: Arvind — April 23, 2007
    not yet rated
      + -

    JAD is Java Application Descriptor. It has instructions and details on how the j2me application should be installed on the user mobile phone, after the application is downloaded into the mobile phone.

    Usually every j2me game has images in it.
    For example consider the cricket java game,
    It will have the following elements,
    Cricket.class
    Batsmen.png (image of the batsmen)
    Bowler.png (image of the bowler)
    Fielder.png (image of the fielder)

    All these elements are needed for the proper working of the game,
    So we can put all these elements into a compressed zip format, and then send it to the user. Otherwise the user has to download each part separately for the game to run.

    This zip format is known as jar format in j2me. Zip format is only for desktop windows.

    So the zipped file Cricket.jar will have the files:
    Cricket.class
    Batsmen.png (image of the batsmen)
    Bowler.png (image of the bowler)
    Fielder.png (image of the fielder)

    But after the user downloads the jar file of the game he likes, he needs to install the game on his mobile. This installation information is present in the Cricket.jad file.

    Full form of:
    JAR: Java Archive or java zip format file
    JAD: Java Application Descriptor, has information for installing the application on the mobile phone.

  2. Leave an Answer/Comment

    To prove you're a person (not a spam script), type the security text shown in the picture. Click here to regenerate some new text.
    Click to hear an audio file of the anti-spam word

Our Sponsors
Our Sponsors
Contact Us | FAQ | Sitemap | Terms of Use | Privacy Policy | Tell a Friend

Copyright © 1999-2006 Jeeve Technologies LLC. All rights reserved.