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

Among executable web technologies, Servlets offer high performance because they are loaded once and run as lightweight threads within the web container. This avoids the overhead of spawning new processes (like Perl/CGI) or the initial translation and compilation delay associated with JSPs on their first invocation.