Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is JAR file?

Answers were Sorted based on User's Feedback



What is JAR file?..

Answer / ranganathkini

JAR files or Java ARchives are compressed archive files that
contain a compiled class files of a java application or
class library. JARs provide a easy way of packaging and
distributing Java applications and applets as well as
providing security to the code.

Is This Answer Correct ?    12 Yes 1 No

What is JAR file?..

Answer / john

Every JAR will have a MANIFEST file which will have an entry
of all the classes contained in the JAR. IF the JAR is
created manually this file also has to be created and addedd
to the JAR file.
But since we now use tools to create JAR files this file is
created by the tool automatically.

Is This Answer Correct ?    5 Yes 1 No

What is JAR file?..

Answer / janet

Jar file allows to efficiently deploying a set of classes
and their associated resources. The elements in a jar file
are compressed , which makes downloading a Jar file much
faster than seperately downloading several uncompressed files.
The Package java.util.zip contains classes that read and
write jar files.

Is This Answer Correct ?    4 Yes 1 No

What is JAR file?..

Answer / thla thlapathi

i dont no answer but simply i tell u all jar files are not
converted file then if all them contain folder also not
converted...........

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More EJB Interview Questions

Match the ejb functions given below with the functionality equivalent in sql?

0 Answers  


Is it legal to have static initializer blocks in ejb?

0 Answers  


What is @autowired required false?

0 Answers  


when deploying an EJB, does it possible to specify multiple JNDI names?

1 Answers   IBM,


What do you mean by in-memory replication?

0 Answers  


What is the difference between stateful and stateless session beans?

2 Answers   Tech Mahindra,


What is the full form of ejb in java?

0 Answers  


What do you mean by EJB architecture?

0 Answers  


Can we write the Remote and Local Interfaces in one Bean. How do you define it in the deployment descriptor.

2 Answers   HCL,


What is ptp model?

0 Answers  


What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?

0 Answers  


What causes statelessness?

0 Answers  


Categories