Multiple choice general knowledge

Which of the following are considered to be web components by J2EE specification?

  1. Applets

  2. HTML pages

  3. JSPs

  4. Server-side utility classes

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

JSPs (JavaServer Pages) are officially considered web components by the J2EE specification, along with Servlets. Applets run on the client side, HTML pages are static content, and server-side utility classes are supporting code - none of these qualify as web components in the specification.