Multiple choice technology architecture

We must have configure and map all jsp files into web.xml

  1. True

  2. False

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

JSP files do not need explicit configuration in web.xml because modern servlet containers automatically handle them. When a JSP is first accessed, the container translates it into a servlet and compiles it. The JSP engine built into the container processes JSP files without requiring manual mapping or configuration.