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
How do you design microservices?
What are the features added in Servlet 2.5?
Explain the difference between a web server and a web container?
What is the need of servlet filters?
What is the use of welcome-file-list?
What is the life cycle of a servlet?
Explain get and post.
How do you load an image in a Servlet?
What is the difference between get and post methods?
What is MIME Type?
Why doesn’t a servlet include main()? How does it work?
What is servletconfig?
How can I send user authentication information while making URL Connection?
How can you create a session in servlet?
Can a jsp be called using a servlet?