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 |
When we can access the static data member without creating the object what is the need of the object in java.
5 Answers Airhub, ssinformatics,
What is lambda programming?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
1).Is Object class abstract or not? 2).Is main method(public static void main(String args[])low priority thread or high priority thread?
Is null in java?
What is meant by nested loop?
What is callable java?
Is intellij better than eclipse?
What is a treeset class?
What happens when I use / and % with a negative numerator?
Explain public static void main(string args[]).
What restrictions are placed on method overriding in java programming?