can it possible to validate form field before execution of a
servlet service method if yes how??
Answer Posted / sekhar babu
Yes,
If it client side validation do with the javascript
if it is serverside validation we can use Filters and do
the validations there example login authenticated or not
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How can you use a servlet to generate a plain text instead of html?
What is the GenericServlet class?
What is a web container and what is its responsibility?
What do you mean by scope object and what are its types?
Differentiate between get and post?
What is cookie? Why is cookie used?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
List the Different types of servlet?
Explain how to improve Servlet Performance?
What is SingleThreadModel interface?
What are the mechanisms used by a servlet container for maintaining session information?
What do you mean by chaining in servlet?
Explain the custom jsp tags and the beans.
Are Servlets Thread Safe? How to achieve thread safety in servlets?
Explain request dispatcher and its methods.