Multiple choice technology

Which of the following is server side programming languages? 1 HTML 2 JavaScript 3 JSP 4 Sevlets

  1. 1,2,3,4

  2. 1,2

  3. 3,4

  4. none

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

HTML and JavaScript are client-side technologies that run in the browser. JSP and Servlets are server-side Java technologies that execute on the web server to generate dynamic content.