Answer Posted / 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 |
Post New Answer View All Answers
What are the components of session beam?
What is ejb and its uses?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
Mention the three levels for applying interceptor methods.
Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?
Name the attributes of javax.ejb.ejb.
Enlist the changes in EJB 2.1 ?
What are the different types of ejb?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
Can an ejb send asynchronous notifications to its clients?
Is soap stateless or stateful?
What changes have been made in ejb 2.0 specifications?
What is an entity and its types?
Differentiate Phantom from Un-repeatable?
Is ejb be called from another ejb? If yes then how?