Page 1 of 1

Write a database named BookDB that was created with 3 tables( title, author(s), and pages). Write a servlet that lets th

Posted: Tue Jul 05, 2022 10:25 am
by answerhappygod
Write a database named BookDB that was created with 3 tables(title, author(s), and pages). Write a servlet that lets the userinput an ISBN and returns the title, author(s), and pages. Theinput form should be displayed using a "get" request, and theoutput page should be displayed using a "post" request.
Multiple Upvote on the right answer and multiplevotes on the wrong answer.
Please write it in JAVA