1.

What is JSTL?

Answer»

JSTL stands for Java server pages standard tag library. It is a collection of custom JSP tag libraries that provide common functionality for web development.

Following are some of the properties of JSTL:

  • Code is Neat and Clean.
  • Being a Standard Tag, it provides a RICH layer of the portable functionality of JSP pages.
  • It has Automatic JAVABEANS Introspection Support. The JSTL Expression language handles JavaBean code very easily. We don't need to DOWNCAST the objects, which have been retrieved as SCOPED attributes.
  • Easier for humans to read and easier for COMPUTERS to understand.


Discussion

No Comment Found