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 the advantages of ejb?
What’s new in the ejb 2.0 specification?
In what format is the conversational data written to the disk?
Enlist the declarative transaction types?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?
Is ejb be called from another ejb? If yes then how?
Enlist the CallBack methods of Entity Bean.
What do you mean by ejbdoclet?
What is bean in ejb?
What do you mean by ‘hot deployment’ ?
Can EJB made to handle multiple transactions?
What is ejb context?
What is EJB server provider?
What is ejbdoclet?
Is microservice stateless?