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 is JRMP?
- What is CLDC in J2ME?
- What is the use of the fillArc() method?
- What are the limitations of enterprise beans?
- What is the getMaxRows() method?