What is JDBC?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is JDBC?
Rating:
The earlier version of Java did not contain any support for database access. This was the major drawback of this language, as in today's world, keeping and managing databases is quite important. To remove this drawback, Sun Microsystems introduced a new interface known as Java Database Connectivity (JDBC). It provides database access to Java applications.
Rating:
Was this information helpful?
Other articles
- What are local variables?
- What is a message-drive bean?
- Why does a column in a table have NULL values?
- What parameters must be satisfied by a candidate key to become a primary key?
- What is the BETWEEN operator?