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 are the steps that are required to handle the multi-threading?
What exactly is a servlet?
What is meant by session? Tell me something about httpsession class?
What is servlet looping or chaining?
How do we call one servlet from another servlet?
What is servlet and its life cycle?
How would you create deadlock on your servlet?
How servlets are deployed in java?
What’s the difference between genericservlet and httpservlet?
What are the servlet events?
How a servlet is unloaded?
Explain the difference between generic servlet and http servlet?
List out the difference between ServletConfig and ServletContext?
What is servlet and how it works?
Can we override destroy method in servlet?