What advantages do servlets have over CGI programs?
Answer Posted / ravikiran
cgi makes use of multiprocessing.Means each and every
request is processed by an individual process.where as
servlets make use of multithreading.A single process with
multiple threads to accomplish the particular task
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What do you mean by web applications? Explain web application directory arrangement?
What is servlet container. how it works?
What is the purpose of inter-servlet communication?
Explain url encoding?
Difference between httpservlet and generic servlets?
What is httpservlet class?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Can we override destroy method in servlet?
What is the use of request dispatcher interface?
Explain how does JSP handle run-time exceptions?
request parameter how to find whether a parameter exists in the request object?
Why is Servlet so popular?
Differentiate between get and post?
What’s the difference between genericservlet and httpservlet?