JSP Question:

Is JSP technology extensible?

Java JSP Programming Interview Question
Java JSP Programming Interview Question

Answer:

YES. JSP technology is extensible through the development of custom actions, or tags, which are encapsulated in tag libraries.


Previous QuestionNext Question
Why are JSP pages the preferred API for creating a web-based client program?What is the ResourceBundle class in JSP?