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 |
What is the use of c language in real life?
What are bit fields? What is their use?
Can the “if” function be used in comparing strings?
What is function what are the types of function?
Why c is faster than c++?
what is difference between overriding and overloading?
What does a function declared as pascal do differently?
How can you pass an array to a function by value?
read an array and search an element
How is a structure member accessed?
write a progam to compare the string using switch case?
Can u return two values using return keyword? If yes, how? If no, why?