Choose JavaBean Actions:-
-
useBean
-
setProperty
-
getProperty
-
All
D
Correct answer
Explanation
JavaBean standard actions in JSP include useBean (instantiate or locate a bean), setProperty (assign values to bean properties), and getProperty (retrieve property values). These three actions provide complete bean manipulation capability in JSP pages without requiring scriptlet code. They simplify working with JavaBeans through declarative syntax.