🎴 Flashcard Mode

technology Online Quiz - 1584

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Correct syntax of useBean Action

AnswerClick to flip back
A
.<jsp:useBean id=" " class=" "> </jsp:useBean>
💡 Explanation:

Option A shows the correct basic syntax for jsp:useBean with the id and class attributes properly specified. Option B incorrectly uses 'property' instead of 'class' and has an equals sign typo. Option C incorrectly uses 'name' instead of 'id'. Option D incorrectly uses 'beanName' without the proper context and omits the required id attribute.

Change Mode