Which of the following is true about JSP?
2024
Which of the following is true about JSP?
- A.
JSP pages are interpreted at runtime.
- B.
JSP pages are compiled into servlets.
- C.
JSP is not used to make interactive web pages.
- D.
JSP pages cannot use Java code.
- E.
Question not attempted
Attempted by 60 students.
Show answer & explanation
Correct answer: B
JSP pages are translated and compiled into servlets before execution. They are not merely interpreted page text at runtime.