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
How would you create deadlock on your servlet?
Which are the different ways you can communicate between servlets?
Write a hello world program using servlets.
What methods do you use in servlet - applet communication?
What are the difference between session and cookies in servlet? Explain
What are the disadvantages of storing session state in cookies?
Explain the jar and war files in servlet?
Should I override the service() method?
What is the major difference between servlet and applet?
What are different ways for authentication of servlet?
How to make sure a servlet is loaded at the application startup?
What is the difference between CGI and Servlet?
What is servlet and its life cycle?
What is called servlet container?
What is the disadvantage of cookies?