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 is ejb and its properties?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?
What do you mean by bean managed transaction?
What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?
What is the procedure for the creation of stateless ejb?
Is ejbCreate() method mandatory while defining a Session Bean?
What changes have been made in ejb 2.0 specifications?
What is ejbdoclet?
How to determine, that beans are TX or not?
Can you be deported if you are stateless?
How can a session bean be configured for transactions of bean-managed?
How to invoke ejb from java client?
Elucidate callback in ejb?
Is decorator an ejb design pattern?
How to increase ejb transaction timeout in weblogic?