Multiple choice technology web 2.0

Which site is "not" used for server side programing?

  1. Servelt

  2. PHP

  3. Javascript

  4. ASP

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

Javascript is historically and primarily a client-side scripting language executed in the browser, whereas Servlets, PHP, and ASP are designed specifically for server-side execution. While modern environments like Node.js enable server-side JavaScript, in standard web development contexts, Javascript is categorized as client-side.