Explain the necessary steps to connect to the database in java?
No Answer is Posted For this Question
Be the First to Post Answer
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is jdbc thin client in oracle?
How to find total column from a resultset?
What is a JDBC 2.0 DataSource?
What does connection pooling mean ?
What do you mean by metadata and why we are using it?
How does a custom RowSetReader get called from a CachedRowSet?
What is the full form of jdbc?
What is JDBC Savepoint? How to use it?
can we create a own jdbc driver? how can we create?
What is the use of the statement in jdbc?
What is preparedstatement in jdbc?