How values can be passed from HTML page to servlet?
Answer Posted / mani
The values passed through the HttpRequest object.
Example:
request.getParameter("Key Value given in the
JSP/HTML Page");
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What do you mean by default initialization in java servlet?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
If servlet receives multiple requests, how many objects will it create?
Write the code to get the server information in servlet.
Which is better jsp or servlet?
How to notify an object in session when session is invalidated or timed-out?
What is meant by cookies?
What is pure servlet?
What's the advantages using servlets than using cgi?
What exception should be thrown when servlet is not properly initialized?
What is meant by servlet? What are the parameters of the service method?
How servlets are deployed in java?
What exactly is a servlet?
Why filter is used in servlet?
What is the major difference between servlet and applet?