0% found this document useful (0 votes)
8 views2 pages

JDBC and Servlet Programming Guide

The document contains an assignment with 7 questions. Question 1 asks about Java Database Connectivity (JDBC) and its components. Question 2 asks to explain the JDBC architecture in detail. Question 3 asks to explain the ArrayList class with an example. Question 4 asks to create a menu-driven application to perform student record operations like entry, result calculation, display, deletion, modification using a MySQL table. Questions 5 and 6 ask about the HTTPServlet class and its doGet() and doPost() methods, and to explain the servlet lifecycle with a diagram respectively.

Uploaded by

31- Parth Patel
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

JDBC and Servlet Programming Guide

The document contains an assignment with 7 questions. Question 1 asks about Java Database Connectivity (JDBC) and its components. Question 2 asks to explain the JDBC architecture in detail. Question 3 asks to explain the ArrayList class with an example. Question 4 asks to create a menu-driven application to perform student record operations like entry, result calculation, display, deletion, modification using a MySQL table. Questions 5 and 6 ask about the HTTPServlet class and its doGet() and doPost() methods, and to explain the servlet lifecycle with a diagram respectively.

Uploaded by

31- Parth Patel
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

ASSIGNMENT-2021

US05CBCA25

1. What is Java Database Connectivity? Explain component of JDBC.


2. Explain JDBC architecture in detail.
3. Explain ArrayList in detail with example.
4. Write a menu driven an Application program to do following:
5. Create table Student: std_no, std_name, std_sub1, std_sub2, std_sub3, total,
percentage in MYSQL
a. New Student Entry
b. Calculate student result
c. Display specified student’s formatted Mark sheet
d. Delete Student Entry
e. Modify the Student info
f. Exit

6. Write a short note on the HTTPServlet Class with doGet() and doPost() method.
(GiveExample)
7. Explain Servlet Life Cycle in detail.(WithDiagram)

You might also like