JDBC Technology

Is JDBC technology database independent or not?
Why?

Questions by murali.piccolo

Showing Answers 1 - 3 of 3 Answers

aleemkh

  • Sep 29th, 2008
 

It  is database independent. Once you write the code for interaction with database you just need to change JDBC driver if the database changes. For oracle database use Oracle thin driver, for MYSQL use mysql JDBC etc...

  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