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

Modern servlet containers automatically recognize and compile JSP files without requiring explicit configuration in web.xml. JSP files can be placed in the application and accessed directly by their URL, making web.xml configuration unnecessary.