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
What are stateless applications?
What is ejb container?
What is dependency injection in ejb?
What are the attributes of transaction in ejb?
What are ejb components?
What are transaction isolation levels in ejb?
What do you mean by in-memory replication?
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?
Is ejb be called from another ejb? If yes then how?
What is ejb technology?
What is stateless session?
Which is more beneficial: Stateful or Stateless Bean?
Enlist the CallBack methods of Entity Bean.
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
Differentiate “find a method” from “select method” in EJB ?