What is JAR file?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / 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 |
Answer / thla thlapathi
i dont no answer but simply i tell u all jar files are not
converted file then if all them contain folder also not
converted...........
| Is This Answer Correct ? | 0 Yes | 1 No |
What were entity beans?
What is ejb application?
What are the services that a container provides for an entity bean?
Write down the steps for the creation of stateless ejb.
What is ejb in java?
Why serialization is used?
Can we write the Remote and Local Interfaces in one Bean. How do you define it in the deployment descriptor.
Is microservice stateless?
What are the components of session beam?
difference b/w the hybernate and entity bean
What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?
What is rmi and ejb in java?