Java Enterprise Edition (J2EE/JEE) Question:

What does web module contain?

J2EE Interview Question
J2EE Interview Question

Answer:

The web module contains:
--JSP files,
--class files for servlets,
--GIF and HTML files, and
--a Web deployment descriptor.
Web modules are packaged as JAR files with a .war (Web ARchive) extension.


Previous QuestionNext Question
What are the four types of J2EE modules?What is the difference between Session bean and Entity bean?one?