Multiple choice technology

In which two attributes is necessary

  1. id and scope

  2. class or beanName,name,property,value.

  3. type and id

  4. name and property

  5. None

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

The jsp:getProperty action requires exactly two attributes: 'name' (the bean identifier matching the useBean id) and 'property' (the specific property name to retrieve). Option D correctly identifies these two required attributes. Options A, B, and C list incorrect attribute combinations.