Sr.Java Web Developer Question: Download Sr.Java Web Developer PDF

Please explain why should we not configure JSP standard tags in web.xml?

Tweet Share WhatsApp

Answer:

We don’t need to configure JSP standard tags in web.xml because when container loads the web application and find TLD files, it automatically configures them to be used directly in the application JSP pages. We just need to include it in the JSP page using taglib directive.

In case you are facing any challenges with these java interview questions, please comment your problems in the section below. Apart from this Java Interview Questions Blog.

Download Sr.Java Web Developer PDF Read All 64 Sr.Java Web Developer Questions
Previous QuestionNext Question
Do you know the role of DispatcherServlet and ContextLoaderListener?Do you know what is synchronization?