Answer Posted / abhijitbaji
servlets are the server side component.
it act as a controller.
it is used for request delegation too.
| Is This Answer Correct ? | 58 Yes | 4 No |
Post New Answer View All Answers
What is servlet used for?
What is the process to implement doget and dopost methods?
Can you use javascript in servlets?
Explain url encoding?
What is servlet attributes and their scope?
What is servlet in simple terms?
What is the use of send redirect () method?
Difference between httpservlet and generic servlets?
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 is the difference between sendredirect() and forward() in a servlet?
How can we upload the file to the server using servlet?
What is the difference between the include() and forward() methods?
Whats the advantages using servlets over using CGI?
Define the life cycle of a servlets.
What do you mean by deployment descriptor?