Multiple choice technology programming languages

What are the components of a web module? (a) JSP (b) JAVA (c)html (d)Deployment descriptors

  1. (a) and (b)

  2. (a), (b) and (c )

  3. (c )

  4. All the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A web module comprises JSP pages for presentation, Java classes for business logic (servlets, utilities), HTML for static content, and deployment descriptors (web.xml) for configuration. All four are essential components.