can it possible to validate form field before execution of a
servlet service method if yes how??
Answer Posted / suresh
We can do it, There are two validation is available
1. Form validation
2. Server side validation
1. Form Validation - This validation is perform client side,
java script used to achieve these form validation
2. Server side Validation - This type we can use predefined
server side validation method used to achieve these validate.
Note:- In perform wise we compare Form validation is better
than server side validation. it's easy to progress.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Elucidate servlet attributes and its scope?
What is the
What is the servletconfig object?
What do you mean by cgi?
What are the common methods that are included in the http servlet class?
What is servlet interface?
What are the uses of servlet
What's the difference between authentication and authorization?
What is the difference between Servlets and Applets?
Define the servlet mapping.
Why HttpServlet class is declared abstract?
What is cookie in servlet?
Difference between forward() method and sendredirect() method ?
Is servlet a framework?
What is called Session Tracking?