Answer Posted / 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 |
Post New Answer View All Answers
How many ejb objects are created for a bean?
Why do we need ejb in java?
What do you mean by ejbdoclet?
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?
Explain what is an EJB Context?
What is mdb?
What is session facade in ejb?
Explain ejbhome and ejbobject in ejb?
What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?
How many enterprise beans?
Differentiate “find a method” from “select method” in EJB ?
What are the types of ejb?
How to generate ejb stubs in eclipse?
Enlist the contents of Container.
Is it possible to have threading in ejb?