Which driver is a pure java driver



Which driver is a pure java driver..

Answer / Bineet Kumar

There's no such concept of a 'pure Java driver'. Drivers in the context of programming are typically used for database connectivity and they are specific to the database system (SQL Server, MySQL, Oracle etc.) and not the programming language.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is the use of c language in real life?

1 Answers  


What are bit fields? What is their use?

2 Answers   Adobe,


Can the “if” function be used in comparing strings?

1 Answers  


What is function what are the types of function?

1 Answers  


Why c is faster than c++?

1 Answers  


what is difference between overriding and overloading?

1 Answers  


What does a function declared as pascal do differently?

1 Answers  


How can you pass an array to a function by value?

1 Answers  


read an array and search an element

1 Answers  


How is a structure member accessed?

1 Answers  


write a progam to compare the string using switch case?

1 Answers  


Can u return two values using return keyword? If yes, how? If no, why?

7 Answers  


Categories