Jdbc Interview Questions »
By Ramakrishna on Jun 25, 2008 in jdbc questions | 0 Comments
Q) What are the steps involved in establishing a JDBC connection?
A) This action involves two steps: loading the JDBC driver and making the connection.
Q) How can you load the drivers?
A) Loading the driver or drivers you want to use is very simple and involves just one line of code. If, for example, you want to [...]
