How values can be passed from HTML page to servlet?
Answer Posted / shivom srivastava
We can use BEAN's getters and setters to get the the value
from the html pages.
At least in case of struts we do the same
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Write a simple servlet program to print the contents of html.
Explain servlet events?
Define servlet mapping?
What is dispatcher servlet?
Write a program to show the functionality of servlets.
What is http servlet?
How to find whether a parameter exists in the request object?
Why filter is used in servlet?
What do you mean by url pattern in servlet?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
How is the get () method different from the post() method?
Why is init() method is used in servlets?
What are all the advantages of servlet over cgi?
What do you mean by mime type?