Multiple choice technology programming languages

Which of these has highest performance?

  1. Servlets

  2. Jsp

  3. Perl pages

  4. Html

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

Servlets offer the highest performance because they are pre-compiled Java classes executing directly on the JVM. JSPs are compiled to servlets on first access (adding overhead), Perl is interpreted, and HTML is static markup.