|
INTERVIEW QUESTIONS
J2EE
DETAILS
Question: What are the differences between Ear, Jar and War files? Under what circumstances should we use each one?
Answer: There are no structural differences between the files. They are all archived using zip-jar compression. However, they are intended for different purposes. 1. Jar files (files with a .jar extension) are intended to hold generic libraries of Java classes, resources, auxiliary files, etc. 2. War files (files with a .war extension) are intended to contain complete Web applications. In this context, a Web application is defined as a single group of files, classes, resources, .jar files that can be packaged and accessed as one servlet context. 3. Ear files (files with a .ear extension) are intended to contain complete enterprise applications. In this context, an enterprise application is defined as a collection of .jar files, resources, classes, and multiple Web applications. Each type of file (.jar, .war, .ear) is processed uniquely by application servers, servlet containers, EJB containers, etc.
|
|
|
Category |
J2EE Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 7429 users |
Added on |
9/11/2014 |
Views |
71666 |
Rate it! |
|
|
Question:
What are the differences between Ear, Jar and War files? Under what circumstances should we use each one?
Answer:
There are no structural differences between the files. They are all archived using zip-jar compression. However, they are intended for different purposes. 1. Jar files (files with a .jar extension) are intended to hold generic libraries of Java classes, resources, auxiliary files, etc. 2. War files (files with a .war extension) are intended to contain complete Web applications. In this context, a Web application is defined as a single group of files, classes, resources, .jar files that can be packaged and accessed as one servlet context. 3. Ear files (files with a .ear extension) are intended to contain complete enterprise applications. In this context, an enterprise application is defined as a collection of .jar files, resources, classes, and multiple Web applications. Each type of file (.jar, .war, .ear) is processed uniquely by application servers, servlet containers, EJB containers, etc. Source: CoolInterview.com
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 does web module contain?
|
View Answer
|
|
What does application client module contain?
|
View Answer
|
|
What are the four types of J2EE modules?
|
View Answer
|
|
What are the components of J2EE application?
|
View Answer
|
|
What is the J2EE module?
|
View Answer
|
|
What is J2EE?
|
View Answer
|
|
How to convert xml files into xsl files using java?
|
View Answer
|
|
what is the difference between EJB 3.0 and Hibernate?
|
View Answer
|
|
Can anyone explain me the accurate difference between heap and stack in memory usage of java....... it is highly appreciable if i get the answer with real time example or examples....
|
View Answer
|
|
What is hibernate, where to use the hibernate and advantages of hibernate?
|
View Answer
|
|
Tell me some interfaces which are generally used in our j2ee application? (pls give me some list of interfaces in java and j2ee)
|
View Answer
|
|
Why we have using java in internet base?
|
View Answer
|
|
What is the function of all 9 implicit objects(application ,session,request,response,out,page, pageContext,config,exception)?
|
View Answer
|
|
what is IOC in springs?
|
View Answer
|
|
is that goto keyword in java?
|
View Answer
|
|
How to Create Object without using the keyword "new" in java?
|
View Answer
|
|
Can we write any static block or any static method in jsp program?
|
View Answer
|
|
Why java have no pointer?
|
View Answer
|
|
What is Ant tool and use of this tool?
How to configure this tool with servlet by using eclipse3.1?
What is plug-in and use of the plug-in? and also how to configure with struts application by using Eclipse 3.1 Ide.
|
View Answer
|
|
All the method in interface to be implemented in derived class.Suppose The particular interface is used 1000 of classes,we need some changes to the method in interface,what to be done?
|
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 J2EE Interview Questions & Answers - Exam Mode /
Learning Mode
|