Problem Statement:
Create a HTML page which accepts book id, book name and book price and a submit button. When the user clicks the submit button, all the values assigned to the previous text fields must be stored in the database.
Source Code:
books.html
StoreBookDetails.java