Java J2EE Question and Answers
9. | What is J2EE module? |
---|---|
A software unit that consists of one or more J2EE components of the same container type and one deployment descriptor of that type.
There are four types of modules :
|
|
10. | What is J2EE product? |
---|---|
An implementation that conforms to the J2EE platform specification. | |
11. | What is J2EE application? |
---|---|
|
|
12. | What is web component? |
---|---|
A component that provides services in response to requests; either a servlet or a JSP page. | |