You are on page 1of 2

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