Object Oriented Programming in Java - Old Questions

Question Answer Details

11. What is JDBC? Write a java program to connect database Company and insert 5 employee record (EID, Ename, Salary, Department)in Employee table and display the employee record who's Department in "Sales".

10 marks
Asked in 2022

Answer

AI Generated Answer

AI is thinking...