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
What is the functionality of actionservlet and requestprocessor?
How to make sure a servlet is loaded at the application startup?
What are the life-cycle methods for a servlet?
What do you mean by request dispatcher in servlet? Also explain its methods.
What is servlet and list its types?
What is httpservlet and how it is different from genericservlet?
explain the advantages of servlet life cycle?
Which interface must be implemented by all servlets?
What does the term localization refer to?
Why is init() method is used in servlets?
What is Client-Server Computing?
Explain the jar and war files in servlet?
Explain the steps involved in placing a servlet within a package?
Explain how to improve Servlet Performance?
Why are servlets used?