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
Difference between GET and POST?
What are the steps that are involved in using the httpservlet class?
What is the procedure of invoking different servlet in a different application?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What is the difference between Server and Container?
Can we refresh servlet in client and server side automatically?
What are the new features added to servlet 2.5?
What are the supporting protocol by HttpServlet ?
Can we get PrintWriter and ServletOutputStream both in a servlet?
How will you pass values from HTML page to the servlet?
What is servlet name in web xml?
What is the difference between encodeRedirectUrl and encodeURL?
Why is http protocol called as a stateless protocol?
How do you find out what client machine is making a request to your servlet
How to upload a file to the server using servlet?