Multiple choice technology web technology

What is the attribute name that points to the resource bundle in the fmt:setBundle custom tag?

  1. bundlefile

  2. bundlename

  3. basename

  4. basefile

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

The fmt:setBundle tag in JSTL uses the 'basename' attribute to specify the resource bundle. This basename represents the fully qualified name of the resource bundle (minus the .properties extension). The other options (bundlefile, bundlename, basefile) are not valid attributes for this tag.