0% found this document useful (0 votes)
19 views1 page

Practical No 8 JDBC

Uploaded by

Shikha Sharma
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)
19 views1 page

Practical No 8 JDBC

Uploaded by

Shikha Sharma
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
You are on page 1/ 1

Practical No 08

(JDBC)
Q-1). Write a JDBC program to perform the following operations on table Student (Roll no, Name,
Age) using Statement.
i. Insert any two records in the table Student.
ii. Display records from student table
iii. Update any record from table student
iv. Delete any record from student table
Q-2). Write a JDBC program to perform following operations on ta ble Student (Roll no, Name, Age)
using Prepared Statement.
i. Insert any two records in the table Student.
ii. Display records from student table
iii. Update any record from table student
iv. Delete any record from student table
Q-3). Design a Signup/Registration form using swing controls to store username and password of
user in database
Q-4). Design a Login Form using Swing controls containing your Username and Password where
Username and Password match with present value a greeting message should be displayed
otherwise error message should be displayed.

You might also like