Multiple choice technology programming languages

How can we retrieve keyed values from a previously defined resource bundle?

  1. Using <bean:message/>

  2. Using <bean:include />

  3. Using <bean:header />

  4. Using <bean:error />

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

The tag is specifically designed to retrieve localized messages from resource bundles in Struts. It looks up values using message keys and handles the locale resolution.