Multiple choice technology web technology

Which element of a web application deployment descriptor element is required?

  1. <realm-name>

  2. <auth-method>

  3. <security-role>

  4. <transport-guarantee>

  5. <web-resource-collection>

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

The element is required in a because it defines which resources (URL patterns) are being protected. The other elements ( goes in , goes in , is a separate top-level element, goes in ) serve different purposes or are in different sections of the deployment descriptor.