Which of the following is true about JSP?

2024

Which of the following is true about JSP?

Answer: B. JSP pages are compiled into servlets.JSP pages are translated and compiled into servlets before execution. They are not merely interpreted page text at runtime.

  1. A.

    JSP pages are interpreted at runtime.

  2. B.

    JSP pages are compiled into servlets.

  3. C.

    JSP is not used to make interactive web pages.

  4. D.

    JSP pages cannot use Java code.

  5. E.

    Question not attempted

Attempted by 246 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.

Explore the full course: Uppsc Polytechnic Lecturer 2025 Cs

Loading lesson…