Multiple choice technology web technology

The only page directive that can be used a number of times in a jsp is

  1. extends

  2. session

  3. import

  4. language

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

The import directive is the only JSP page directive that can be declared multiple times in a single translation unit to import different packages. Other page directives, such as extends, session, or language, define unique page-level attributes and can only be specified once per JSP file.