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
What mechanisms are used by a Servlet Container to maintain session information?
What is the life cycle of a servlet?
What's the advantages using servlets than using cgi?
How servlet is created?
Explain jsessionid?
Explain the difference between a web server and a web container?
How do you design microservices?
What are the differences between the servletconfig interface and the servletcontext interface?
How a servlet is unloaded?
Write all the phases defined in servlet life cycle?
What is the difference between get and post methods?
How do you deal property files in servlet?
Explain url encoding?
What is the importance of init() method in Servlet ?
List some life cycle methods of a servlet.