12345678910



Question 1: The major difference between servlet and CGI is
1. Servlets are thread based and CGI is process based
2. Servlets executes slower compared to CGI
3. Servlet has no platform specific API, where as CGI has
4. All of the above