Is it possible to call servlet with parameters in the URL?
Answer Posted / joak
yes, is posible.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the servlet?
Write a command to get actual path of a servlet to the server?
Why servlet is used as controller ? Not JSP? I want complete explation?
What is servletconfig?
How does tomcat servlet container work?
What is the dispatcher servlet?
What is the difference between the include() and forward() methods?
What is the difference between servlet and filter?
Can filter be used as request or response?
Why don't we write a constructor in a servlet?
What are the life cycle methods of a servlet?
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 are the types of an http request?
How to read request headers from servlets?
When servlet object is created?