Multiple choice technology

Choose JavaBean Actions:-

  1. useBean

  2. setProperty

  3. getProperty

  4. All

  5. none

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

In JSP, there are three standard JavaBean actions: useBean (to instantiate or locate a bean), setProperty (to set bean property values), and getProperty (to retrieve bean property values). Option D 'All' correctly identifies that useBean, setProperty, and getProperty are all JavaBean actions.