Tuesday, November 29, 2011

How does the Java Database Connectivity (JDBC) work?

The JDBC is used whenever a Java application should communicate with a relational database for which a JDBC driver exists. JDBC is part of the Java platform standard; all visible classes used in the Java/database communication are placed in package java.sql.:
Category:JDBC Interview Questions

No comments:

Post a Comment