Answer Posted / dheeraj singh
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 | 0 No |
Post New Answer View All Answers
Define context initialization parameters.
What is preinitialization of a servlet?
Is servlet thread safe?
What is a deployment descriptor?
why we should override only no-agrs init() method.
What are the advantages of cookies?
How we can create war file in servlet?
What is the use of send redirect () method?
What is the use of welcome-file-list?
How to read request headers from servlets?
What is the
What is Servlets and explain the advantages of Servlet life cycle?
Why doesn’t a servlet include main()? How does it work?
Can you create a deadlock condition on a servlet?
How can you use a servlet to generate a plain text instead of html?