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 is the use of servlet context?
What are the differences between servlet context vs servlet config?
Tell us something about servletcontext interface.
Whats the advantages using servlets over using CGI?
What mechanisms are used by a Servlet Container to maintain session information?
Explain url encoding?
How does Cookies work in Servlets?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
Can you call a jsp from the servlet?
What is the difference between using getSession(true) and getSession(false) methods?
Write the code to get the server information in servlet.
What is servlet instance?
What is difference between cookies and httpsession?
What is meant by a web application
What is a generic servlet?