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
What are the servlet events?
Can a jsp be called using a servlet?
What do you mean by mime type?
What is httpservlet and how it is different from genericservlet?
What is difference between PrintWriter and ServletOutputStream?
Whats the advantages using servlets over using CGI?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What are session variable in servlets?
What are the differences between servlet context vs servlet config?
How the servlet is loaded?
How will two or three servlets interact or communicate with each other?
What is a server side include (ssi)
What is the difference between Servlets and Applets?
Given the request path below, which are context path, servlet path and path info?
How to rectify errors in java servlet while compilation?