different b/t war,ear,jar files?



different b/t war,ear,jar files?..

Answer / krishna

JAR files (Java ARchive) allows aggregating many files into
one, it is usually used to hold Java classes in a library.
i.e. Math.jar

WAR files (Web Application aRchive) stores XML, java classes,
and JavaServer pages for Web Application purposes.

EAR files (Enterprise ARchive) combines JAR and WAR files to
make a combined archive for Enterprise Applications.

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More WebMethods Interview Questions

What is correlation ID?

1 Answers   Colt,


when we are using loop and when we use repaet?

1 Answers   Fiserv,


Difference between Trigger disable and trigger suspend?trigger queue location ?

2 Answers   Fiserv, TCS,


what are the new features in 8.0 compared to 7.1?

4 Answers   Satyam,


What Is Flow Diagram View?

1 Answers  






When Should You Use Flow Diagram View?

0 Answers  


can anyone explain in brief about TN Consloe and Webmethods...? As well as All flow steps in webmethods: Branch Repeat Loop Sequence (explain also Try -Catch block for error Handling)

0 Answers   Polaris,


How to Restore a Session on a Server?

1 Answers  


What Does a Flow Service Look Like in Diagram View?

1 Answers   Colt, IBM,


How we can catch exception error on run time mode using Flow language in WebMethods??? and how we can send error description as an output parameter????

1 Answers  


how to debug a flowservice in webmethods

1 Answers   Intelligroup,


what is the difference between a loop and a repeat?

5 Answers   FCS, TCS,


Categories