What is thin driver and thick driver. why it is called so?
Answers were Sorted based on User's Feedback
Both these drivers are used to connect your java program to
database(oracle).
Thin drivers (comes under type 4 drivers) are completely
written in java.You can connect to oracle without oracle
client installed on ur pc.
Thick drivers(comes under type 1 or i think 2,3 also)are not
written completely in java.You need oracle client(like odbc
driver,jdbc-odbc bridge drivers etc)for communication
between java program and oracle.
As thin driver's implementation is smaller as compared to
thick drivers,so they are are called as such i think.
| Is This Answer Correct ? | 32 Yes | 5 No |
Answer / samineni.anilbabu
thick driver is comes under only type1 driver
why because there connect automatically into the oracle
| Is This Answer Correct ? | 0 Yes | 3 No |
What is the difference between abstract class and interface?
What does the “final” keyword mean in front of a variable? A method? A class?
Why do we need autoboxing in java?
What is meant by collection in java?
What is anonymous inner class?
What is the purpose of garbage collection in java, and when is it used?
How to provide security in java
0 Answers Infosys, TCS, Tech Mahindra,
What access modifiers can be used for methods?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What are the three types of design patterns?
what are abstract functions?
Explain about OOPS concepts and fundamentals.