What type of driver called is pure Java driver?
Answer Posted / 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 |
Post New Answer View All Answers
How can you create jdbc statements?
How to rollback a JDBC transaction?
What is a jdbc driver and how many jdbc drivers are available?
When does the result for an sql statement return null?
Expalin the method of calling a stored procedure from jdbc.
Which database is used with java?
What is difference between java.util.Date and java.sql.Date?
Is jdbc and orm?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
How to update a resultset programmatically?
Prepared statements are faster. Why?
How does jdbc work?
What does the jdbc driver interface do?
Is jpa faster than jdbc?
Can we return resultset in java?