Multiple choice technology web technology

Following is a type of JSP directives

  1. page

  2. include

  3. taglib

  4. all the above

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

JSP provides three main types of directives: page directive (for page-specific settings like content type, session, imports), include directive (for including files at translation time), and taglib directive (for importing custom tag libraries). Each directive type serves a specific purpose in JSP page configuration and behavior control.