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

Does Java Allow Virtual Functions ?

Why Collection Interface Doesn’t Extend Cloneable and Serializabl ...

What is the Difference Between pass by reference and pass by valu ...

Enumeration and Iterator, Which One Has Better Performance in Jav ...

What are the Differences Between Comparable and Comparator in Jav ...