Is it possible to call servlet with parameters in the URL?
Answer Posted / ravikiran.chd
yes...those parameters can be accessible with
request.getParameter() or request.getParameterValues()
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Describe servlet?
List the Different types of servlet?
When servlet is loaded?
Can we override servlet service method?
What is difference between jsp and servlet?
What is cookie? Why is cookie used?
Write all the phases defined in servlet life cycle?
What do you mean by request dispatcher in servlet? Also explain its methods.
What are the different types of servlets?
Why is httpservlet declared abstract?
Which exception is thrown if the servlet is not initialized properly?
How to find whether a parameter exists in the request object?
Which method of the httpservletrequest object is used?
What is the process to implement doget and dopost methods?
What must be implemented by all servlets?