JSP Question:

How many JSP scripting elements are there and what are they?

Java JSP Programming Interview Question
Java JSP Programming Interview Question

Answer:

There are three scripting language elements: declarations, scriptlets, expressions.


Previous QuestionNext Question
How to Retrieve Warnings? In the Servlet 2.4 specification SingleThreadModel has been deprecated, why?