Form Based Applications in Servlets:
Generally in many web applications we might have gone through many forms like registration, login, etc.., in those forms we might have entered values and clicked on the buttons like SUBMIT/REGISTER/LOGIN. After we click the button what is happening there. How we are getting the response. Let us see that now.Form based applications are responsible to capture the data from the end user and send it to the server. Let us see an example, the following is the form that takes the data from the end user.
Form based application in servlets that takes the data from webpage |
form based application |
No comments:
Post a Comment