Multiple choice technology We must have configure and map all jsp files into web.xml True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation Modern servlet containers automatically map JSP files - you don't need to configure them in web.xml. The container compiles JSPs into servlets on first access. web.xml configuration is only needed for Servlets and custom URL mappings.