What advantages do servlets have over CGI programs?
Answer Posted / ravikiran.chd
servlets make use of multi threaded programming,where as cgi
is a multi tasking programming
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Which java framework is most popular?
Can you use javascript in servlets?
What are the phases of servlet life cycle?
What is the use of java servlet api?
Why don't we write a constructor in a servlet?
What are the kinds of http requests?
Does servlet have main method?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What do you mean by default initialization in java servlet?
How to find whether a parameter exists in the request object?
Which protocol will be used by browser and servlet to communicate
How do you configure a centralized error handler in servlets?
What are the advantages of cookies?
Where do you define dispatcherservlet?
What is the life cycle of a servlet?