What type of driver called is pure Java driver?
Answers were Sorted based on User's Feedback
Answer / sanjay gajula
TYPE-4 DRIVER IS CALLED PURE JAVA DRIVER BECAUSE IT WAS COMPLETELY WRITTEN IN JAVA AND IT IS ALSO CALLED AS THIN DRIVER
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / devarathnam c,kotagudibanda(po
Hi...
TYPE4 driver is the pure java driver,which gives the
sophisticated performance
| Is This Answer Correct ? | 0 Yes | 0 No |
What is createstatement method in java?
Why prepared statements are faster?
Explain the role of driver in jdbc.
What will happen when ResultSet is not closed?
How can we set null value in jdbc preparedstatement?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
Why do I have to reaccess the database for Array, Blob, and Clob data?
When does the result for an sql statement return null?
Where is mysql jdbc driver located?
What is JDBC Batch Processing and what are it’s benefits?
How does a custom RowSetReader get called from a CachedRowSet?
Explain creation of statement object with connection method create method with help of an example.