What does adapter class provide?
Answer / Harikesh Yadav
"Adapter classes in JDBC are provided to allow access to databases using JDBC by implementing the Java Database API interfaces, but with a different underlying database technology.".
| Is This Answer Correct ? | 0 Yes | 0 No |
Does sql allow null values ? Can we use it within where clause ?
What is the return type of class.forname() method?
Is jdbc an api?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
What does connection pooling mean ?
What is the most common example type 1 driver?
What is the use of jdbc?
What does executequery return in java?
What is a rollback in jdbc?
How do I find ojdbc jar version?
What is the function of setautocommit?
What are the differences between statement and preparedstatement interface?