How values can be passed from HTML page to servlet?

Answer Posted / saikiran

we have methods like
String st=ServletRequest.getParameter(String );
Enumeration en=ServletRequest.getParameterNames(String);
ServletRequest.getParameterValues(int value);

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are session variable in servlets?

561


What is Servlet API used for connecting database?

612


What is the disadvantage of cookies?

572


How to handle exceptions thrown by application with another servlet?

608


What is cookies in servlet with example?

516






What is session?

638


What is servlet attributes and their scope?

594


How can you use a servlet to generate a plain text instead of html?

588


What is meant by a web application

537


What are the steps that are required to handle the multi-threading?

591


List out difference between a JavaBean from a Servlet?

562


How does tomcat servlet container work?

588


What is the difference between sendredirect() and forward() in a servlet?

523


What is the difference between the servlets and cgi programs?

548


Why session tracking is needed?

580