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 are the disadvantages of storing session state in cookies?
What do you mean by session tracking?
How can you create a session in servlet?
What is a servlet context object?
When servlet object is created?
What is servlet interface?
What is the process for chaining servlet?
What is meant by servlet? What are the parameters of the service method?
What are the differences between forward() method and sendredirect() methods?
What are the features added in Servlet 2.5?
Why jsp is better than servlet?
Is it possible to have a constructor inside the servlet?
Which interface must be implemented by all servlets?
Why do we need a constructor in a servlet if we use the init method?
Why is a constructor needed in a servlet even if we use the init method?