1.

What are the difference between Servlet and CGI?

Answer»
 ServletCGI
1.PortableNot portable
2.Requests HANDLED by lightweight Java ThreadRequests handled by heavyweight OS process
3.Data sharing possibleData sharing not available
4.LINK directly to the Web serverCannot link directly to the Web server


Discussion

No Comment Found