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
Why is a constructor needed in a servlet even if we use the init method?
How do I know if java is running on linux?
What do you mean by annotations in servlet?
What is servlet and its types?
What is url encoding and url decoding
How can we achieve transport layer security for our web application?
Explain url encoding in servlet?
What is the difference between sendredirect() and forward() in a servlet?
What is servlet name in web xml?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
What is the use of attribute in servlets?
What is servlet invoker?
What is cgi?
Explain the difference between servletconfig and servletcontext in servlet?
What is Client-Server Computing?