Answer Posted / shakir khan
CGI scrpit is a program that takes data from standard input,
performs some logic and send data to standard output.
The problem with CGI script is that your server must
restart the CGI scritpt everytime a new request is
issued.This means everytime a client communicates,your
server needs to begin a new process.Starting and stopping
processess are expensive operations.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Which event is fired at the time of project deployment and undeployment?
What is the difference between portlet and servlet?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What are different ways for servlet authentication?
What are the advantages of servlets over traditional cgi?
How can we include static files in the jsp page?
What is session tracking?
Write all the phases defined in servlet life cycle?
Explain the difference between jsp and servlet?
Can we override destroy method in servlet?
What are the types of servlets? Explain
Which java framework is most popular?
What methods do you use in servlet - applet communication?
Name the different ways of session tracking.
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255