can we create a own jdbc driver? how can we create?
Answer / rishabh bhasin
no , we can't create new jdbc driver, there are four driver
1 jdbc/ odbc
2 native driver
3 network protocol driver
4 jdbc net pure driver
| Is This Answer Correct ? | 3 Yes | 2 No |
Explain how data flows from view to db and reverse
Discuss the procedure of retrieving warnings?
What is the advantage of namedparameterjdbctemplate?
What class.forname will do while loading drivers of jdbc?
Which database is used with java?
What is JDBC Connection isolation levels?
How do java applications access the database using jdbc?
What are the different types of statements in jdbc?
What does executeupdate return in jdbc?
Why we use jdbc instead of odbc?
Can we have foreign key reference to a non primary key column ?
Explain the life cycle of jdbc.