Multiple choice technology web technology

What are the contents of a web container

  1. JSP files,Class files for servlets

  2. GIF and HTML files

  3. Deployment Descriptor

  4. All of above

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

A web container contains all the resources required to run a web application, including JSP files, servlet class files, deployment descriptors (web.xml), and static assets like GIF and HTML files. Thus, all of the listed options are correct.