basic difference b/w ALL types of JDBC driver.
Answer / dsr
There are four types of JDBC drivers.
1.JDBC-ODBC driver
2.native api driver
3.network protocal driver
4.thin driver
All java programmers,we can use the thin driver. this
driver was fully developed in java.
1.JDBC-ODBC Driver:middle bridge is ODBC.
2.native api driver:
3.Network protocol driver: Datbase is connected throw
network
4.Thin Driver:This is filly developed in java.
| Is This Answer Correct ? | 5 Yes | 1 No |
If a multi threaded Java program has started numerous number of threads, at any point in time how to know which thread is currently executing/running ?
7 Answers Accenture, College School Exams Tests, iFlex, NIIT,
What is the type of lambda expression?
Can we sort arraylist in java?
What is the base class of all exception classes?
What methods are called, When we navigate from one applet to another applet?
Can Anybody tell the diff b/w jdk1.6 and latest version.
What is lambda in java?
What is set in java?
How to access arraylist elements in java?
What is a marker interface?
What is an interface in java?
Brief the life cycle of an applet.