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".
Answer
AI Generated Answer
AI is thinking...