I am teaching myself servlets for the first time and I am having trouble understanding some of the processes.
What I am trying to do is take 2 numbers in a form and perform 3 tasks (addition, subtraction and multiplication) and display each of them in the form.
I apparently have to use the getParameter method or something I just really don't understand how the two work together or what to do.
Any help is appreciated. Thanks.
What I am trying to do is take 2 numbers in a form and perform 3 tasks (addition, subtraction and multiplication) and display each of them in the form.
I apparently have to use the getParameter method or something I just really don't understand how the two work together or what to do.
Any help is appreciated. Thanks.