Multiple choice technology programming languages

Which one of the following is not a JSP Action?

  1. jsp:forward

  2. jsp:getBean

  3. jsp:param

  4. jsp:getProperty

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The standard JSP actions for interacting with JavaBeans are jsp:useBean, jsp:setProperty, and jsp:getProperty. The action jsp:getBean is not defined in the JSP specifications, making it the correct choice for not being a valid JSP action in web applications.