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
Why doesn’t a servlet include main()? How does it work?
How can a servlet be used to generate plain text instead of html?
What is lazy loading and what is Generic Servlet Class?
What is httpservlet and how it is different from genericservlet?
What is called Scriptlet?
What is the difference between genericservlet and httpservlet
What is servlet instance?
Explain the jar and war files in servlet?
What is servlet name in web xml?
What is new in ServletRequest interface ? (Servlet 2.4)
What is servlet in web technology?
Name the packages that work with servlet?
Explain jsessionid?
Explain the servlet filter.
Is that servlet is pure java object or not?