Multiple choice technology web technology

How many types of text formats in jsp?

  1. Static Content

  2. Dynamic content

  3. Both a and b

  4. None of the above

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

JSP content consists of two types: static content (HTML, plain text that is sent to the browser as-is) and dynamic content (JSP elements, scriptlets, expressions that are executed on the server). Both types are used together in a JSP page.