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
Who is responsible to create the object of servlet?
Why the concept of single thread model interface is used?
What are all the advantages of servlet over cgi?
How do we go with database connection and log4j integration in servlet?
What is servlet collaboration?
What is servletconfig?
What is servlet invoker?
Which exception is thrown if the servlet is not initialized properly?
Explain the custom jsp tags and the beans.
What is servlet and its life cycle?
What is the use of send redirect () method?
What is Servlet API used for connecting database?
What methodology can be followed to store more number of objects in a remote server?
What are the differences between servlet context vs servlet config?
What are all the ways for session tracking?