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 to get the server information in a servlet?
Explain the difference between servletconfig and servletcontext in servlet?
Where do you define dispatcherservlet?
How many objects of a servlet is created?
Can you call a jsp from the servlet?
What are important features of Servlet 3?
What's the difference between servlets and applets?
Write a command to get actual path of a servlet to the server?
What are the differences between forward() method and sendredirect() methods?
Is servlet thread safe?
What is a web container and what is its responsibility?
Why is init() method is used in servlets?
How would you create deadlock on your servlet?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What are life cycle methods of a servlet?