Multiple choice technology web technology

Java Server Pages technology commonly called JSP technology offers the following advantages

  1. Separation of dynamic and static content.

  2. Support for scripting and tags

  3. Reuse of components and tags.

  4. Web access layer for N-tier enterprise application architecture

Reveal answer Fill a bubble to check yourself
A,B,C,D Correct answer
Explanation

JSP technology provides all four listed advantages: separation of dynamic/static content through its template mechanism, support for scripting and custom tag libraries, component/tag reuse through JavaBeans and custom tags, and serving as the presentation layer in N-tier enterprise architecture.