JAVA JDBC Programming Question:
Download Job Interview Questions and Answers PDF
What is JDBC?
Answer:
JDBC is a layer of abstraction that allows users to choose between databases. It allows you to change to a different database engine and to write to a single API. JDBC allows you to write database applications in Java without having to concern yourself with the underlying details of a particular database.
Download JDBC Interview Questions And Answers
PDF
Previous Question | Next Question |
How you restrict a user to cut and paste from the html page using JAVA Programing? | What are the two major components of JDBC? |