Practical 6 :- Practical based on web application development using JSP


Design loan calculator using JSP which accepts Period of Time (in years) and Principal Loan Amount. Display the payment amount for each loan and then list the loan balance and interest paid for each payment over the term of the loan for the following time period and interest rate:

a.          1 to 7 year at 5.35%

b.          8 to 15 year at 5.5%

c.          16 to 30 year at 5.75%



Write a JSP program to add, delete and display the records from StudentMaste r(RollNo, Name, Semester, Course) table.