Multiple choice technology architecture

What JSP stand for

  1. Java Server Pages

  2. Java Server Programming

  3. Java Service Pages

  4. Java Service Programming

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

JSP stands for Java Server Pages, a server-side technology that enables the creation of dynamic web content with Java code embedded in HTML templates. It simplifies the development of web applications with a presentation-focused approach.