Sr.Java Web Developer Question:
Download Questions PDF

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

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know the role of DispatcherServlet and ContextLoaderListener?Do you know what is synchronization?