What does adapter class provide?



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

Post New Answer

More JDBC Interview Questions

Does sql allow null values ? Can we use it within where clause ?

1 Answers  


What is the return type of class.forname() method?

1 Answers  


Is jdbc an api?

1 Answers  


Give a way to check that all result sets have bin accessed and update counts are generated by execute method.

1 Answers  


What does connection pooling mean ?

1 Answers  


What is the most common example type 1 driver?

1 Answers   Tech Mahindra,


What is the use of jdbc?

1 Answers  


What does executequery return in java?

1 Answers  


What is a rollback in jdbc?

1 Answers  


How do I find ojdbc jar version?

1 Answers  


What is the function of setautocommit?

1 Answers  


What are the differences between statement and preparedstatement interface?

1 Answers  


Categories