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

what is mean by RMI ? Please answer me. Advance thanks.

3 Answers   Excel,


What is ejb and its properties?

0 Answers  


What is rmi and ejb in java?

0 Answers  


What is the difference between session and entity beans? When should I use one or the other?

0 Answers  


What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?

0 Answers  






Life cycle methods in stateful session beans?

1 Answers   CTS, iFlex,


What are the callback annotations for the stateless bean?

0 Answers  


In what way, the client gets a reference to an existing entity bean?

1 Answers  


Using Container managed entity bean, how an entity bean can be created?

1 Answers  


What is the perpose of EJBs?

3 Answers  


Why do we use ejb?

0 Answers  


Why is ejb used?

0 Answers  


Categories