can it possible to validate form field before execution of a
servlet service method if yes how??
Answer Posted / geetha
yes, it is possible. write a javascript method to validate
input fields and call this method based on event of your
requirement.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How a servlet is unloaded?
What is the difference between sendredirect() and forward() in a servlet?
What is difference between server and servlet?
What are the uses of servlet
Differentiate between the print writer and servlet output stream?
What is Servlets and explain the advantages of Servlet life cycle?
What are the two important api's in for servlets?
How can an existing session be invalidated?
What is servlet and its types?
What is the capacity the doget can send to the server?
List some life cycle methods of a servlet.
What is servlet lazy loading?
What are all the protocols supported by httpservlet?
What are the differences between servlet context vs servlet config?
Can we use threads in Servlets?