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
How do I use cookies to store session state on the client?
Can we use the constructor, instead of init(), to initialize servlet?
Explain url encoding in servlet?
why we should override only no-agrs init() method.
Servlet is pure java object or not?
explain the advantages of servlet life cycle?
What is difference between server and servlet?
Which http method is said to be non-idempotent and idempotent?
What is servletconfig?
What’s the difference between forward() and sendredirect() methods?
How to read request headers from servlets?
What are the differences between the servletconfig interface and the servletcontext interface?
How can we perform any action at the time of deploying the project?
What is the process to implement doget and dopost methods?
How do you get the ip address of the client in servlet?