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 does the term localization refer to?
What are the different methods involved in the process of session management in servlets?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
What are the uses of servlets?
How do I support both get and post from the same servlet?
Explain the servlet filter.
What are the advantages of Servlet over CGI?
Is servlet a server side scripting language?
What is the difference between Server and Container?
What are the difference between session and cookies in servlet? Explain
What is ServletContext object?
What are the different methods involved in generic servlet?
Describe servlet?
What are the functions of the servlet container?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify