What is the Different Type of Tag Library Groups in JSTL ?

JSTL stands for JavaServer Pages Standard Tag Library. In JSTL, we have a collection of JSP tags that can be used in different scenarios. There are following main groups of tags in JSTL...

  • Core tags
  • SQLtags
  • Formatting tags
  • XMLtags
  • JSTL Functions


You May Interest

When Will You Use Strategy Design Pattern in Java ?

What is Volatile Keyword in Java ?

What is the Difference Between an ArrayList and a LinkedList Data ...

What is the Difference Between sendRedirect and forward in a JSP ...

How Will You Pass Information From One JSP to Another JSP ?