Multiple choice technology web technology

In both and the attributes can take JSP expressions as values, for example

  1. True

  2. False

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

Both and support runtime expressions in their attribute values. You can use <%= %> syntax to dynamically set the property name or value, as shown in the example where value="<%= strFirst %>" sets the property to a variable's value.