Multiple choice technology architecture

Which of the following is server side programming languages?

  1. HTML

  2. JavaScript

  3. JSP

  4. Sevlets

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

JSP and Servlets are server-side Java technologies that run on the web server and generate dynamic content. HTML is purely client-side markup, and JavaScript (in this traditional context) is primarily a client-side scripting language.