How many types of text formats in jsp?
-
Static Content
-
Dynamic content
-
Both a and b
-
None of the above
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.