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
Can we fetch the attributes related to a servlet on a different servlet?
What is Client-Server Computing?
How can a servlet be used to generate plain text instead of html?
What are the supporting protocol by HttpServlet ?
What are Servlets?
What are the steps involved in placing a servlet within a package?
Define declaration.
What do you mean by cgi in servlet?
Difference between httpservlet and generic servlets?
What is the difference between sendredirect() and forward() in a servlet?
What is lazy loading and what is Generic Servlet Class?
If servlet receives multiple requests, how many objects will it create?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
How to get the server information in a servlet?
How servlet is created?