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


Please Help Members By Posting Answers For Below Questions

Why is Servlet so popular?

610


What is the difference between get and post methods?

595


What are the steps involved in placing a servlet within a package?

581


Why is a constructor needed in a servlet even if we use the init method?

598


Explain the difference between jsp and servlet?

580






what do you understand by url rewriting?

541


The code in a finally clause will never fail to execute, right?

595


What is the requirement of servlet config and servlet context implemented and how are they implemented?

537


What is the directory structure of web application?

522


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

2274


How can we include static files in the jsp page?

603


Which java framework is most popular?

574


Is it possible to have a constructor inside the servlet?

550


What is the use of request dispatcher interface?

563


What are the types of servlets? Explain

668