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 advantages of Servlet over CGI?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
What is called Session Tracking?
What are the disadvantages of storing session state in cookies?
How we can call a jsp from the servlet?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
Elucidate servlet attributes and its scope?
Can you refresh servlet in client and server-side automatically?
Define the lifecycle for executing a jsp page.
Explain the different ways for servlet authentication?
What is a deployment descriptor?
How servlets are deployed in java?
List some life cycle methods of a servlet.
What are the different methods involved in generic servlet?
What is life cycle of Servlet?