BCA Semester 3 – OOP in Java – Unit 13: Database Programming in JDBC (2Hrs)
Comprehensive questions and detailed answers for Unit 13: Database Programming in JDBC (2Hrs). Perfect for exam preparation and concept clarity.
a) List and explain any five swing controls with their uses.
b) Define JDBC. Write a program to display all records from a table of database.
Write short note on (Any Two):
a) Final keyword
b) Collection class
c) JDBC
What is JDBC? Write a java program to connect database Company and insert 5 employeerecord (EID, Ename, Salary, Department) in Employee table and display the employee record who's Department is "Sales".
What is JDBC? Write java program to connect database College and display all studentinformation (Roll, Name, Address and Program) from Student table.
Write short notes on: (any two)\
i. JDBC Driver
ii. Access Modifiers
iii. JDK, JRE and JVM