Answer Posted / john
Every JAR will have a MANIFEST file which will have an entry
of all the classes contained in the JAR. IF the JAR is
created manually this file also has to be created and addedd
to the JAR file.
But since we now use tools to create JAR files this file is
created by the tool automatically.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Is method overloading allowed in ejb?
What are the types of ejb?
What are the system services of ejb container?
What is mdb in ejb?
How does ejb work in java?
What is ejb and why it is used?
Is decorator an ejb design pattern?
What is the difference between ejb and java beans?
What are the callback annotations for the stateless bean?
What is ejb technology?
Is state maintained by a Stateless bean?
Which is more beneficial: Stateful or Stateless Bean?
What happens when I change a value in the httpsession from inside an ejb?
How can a CORBA object, accessed from a EJB?
What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?