In java,i can importing java.sql.package and i get resultset from database.but here i don,t implement the Result Set interface but i am using it.my question is where the interface definition are stored?

Questions by kg.shankar   answers by kg.shankar

Showing Answers 1 - 1 of 1 Answers

sekhar

  • Apr 24th, 2006
 

the implementation of result set will be in driver class.not only the result set ,the interfaces that are specified in the JDBC API implementation is present in the driver class.Driver class is a class provided by database vendors,that contains the logic to convert java calls into corresponding database calls(i.e implementation of JDBC API).

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions