How values can be passed from HTML page to servlet?
Answer Posted / samsudeen
Using <form tag>
ex : <form action=controller method=post>
The action controller is mapping in web.xml.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What do you mean by default initialization in java servlet?
Explain the servlet context.
What is the inter-servlet communication?
Explain session tracking and its importance?
What is session tracking?
How will you pass values from HTML page to the servlet?
How to get the current httpsession object?
What is the disadvantage of cookies?
How we can get ip address of client in servlet?
Given the request path below, which are context path, servlet path and path info?
The code in a finally clause will never fail to execute, right?
When jsessionid is created?
What is the procedure for initializing a servlet?
Why do we have servlet wrapper classes?
What do you mean by the servlet chaining?