|
INTERVIEW QUESTIONS
J2EE
JAVA
DETAILS
Question: What is JAR file?
Answer: JAR file stands for Java ARchive, a compressed file like zip, rar, lha files.
Using the jar command, a JAR file is commonly used for packaging Java classes (.class).
Submitted by Tsar Primo Geronimo ([email protected])
________________
JAR is an acronym for Java Archive. It is nothing but a compressed form of a group of class files.
For Example if you have your packages and class files in C:javaprgs
Then from the windows command prompt one can jar the files in javaprgs using the following command
C:javaprgs> jar –cvfM jar-file-name.jar *.*
Submitted by Arun Kumar Pasuparthi ([email protected])
|
|
|
Category |
Java Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 7188 users |
Added on |
5/21/2011 |
Views |
76338 |
Rate it! |
|
|
Question:
What is JAR file?
Answer:
JAR file stands for Java ARchive, a compressed file like zip, rar, lha files.
Using the jar command, a JAR file is commonly used for packaging Java classes (.class).
Submitted by Tsar Primo Geronimo ([email protected])
________________
JAR is an acronym for Java Archive. It is nothing but a compressed form of a group of class files.
For Example if you have your packages and class files in C:javaprgs
Then from the windows command prompt one can jar the files in javaprgs using the following command
C:javaprgs> jar –cvfM jar-file-name.jar *.*
Submitted by Arun Kumar Pasuparthi ([email protected]) Source: CoolInterview.com
JAR is acronynm for Java Archive. Its similar to Winzip, its compresses the java or class files. We also hav WAR n EAR files.
WAR is acronynm for Web Archive
EAR is acronynm for Enterprise Archive. Source: CoolInterview.com
Answered by: chait | Date: 7/27/2010
| Contact chait
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What is garbage collection?
|
View Answer
|
|
What is Socket. How will you create a connection?
|
View Answer
|
|
What is ServerSocket. How will you create a connection?
|
View Answer
|
|
What is DatagramSocket. How will you create a connection?
|
View Answer
|
|
What is Synchronisation in threads?
|
View Answer
|
|
What is Collection?
|
View Answer
|
|
What is JavaMail?
|
View Answer
|
|
What is Serialization and Deserialization?
|
View Answer
|
|
What is the life cycle of an applet?
|
View Answer
|
|
What is Reflection. Uses of Reflection?
|
View Answer
|
|
What is the purpose of finalisation?
|
View Answer
|
|
What is the functionality of try, catch and finally blocks?
|
View Answer
|
|
What is the difference between Abstract class and Interface?
|
View Answer
|
|
What is the difference between overloading and overriding?
|
View Answer
|
|
What is the difference between Hashmap and Hashtable?
|
View Answer
|
|
What is the difference between Vector, Array and Arraylist?
|
View Answer
|
|
What is the difference between final, finally and finalized?
|
View Answer
|
|
What is the difference between String and StringBuffer?
|
View Answer
|
|
What is the difference between exception and error?
|
View Answer
|
|
What is the difference between List, Set and Map?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All Java Interview Questions & Answers - Exam Mode /
Learning Mode
|