- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is type4 driver of JDBC what are the advantages and disadvantages of it?
The Type 4 driver is the pure Java driver. It implements database specific protocol to communicate with the database directly. This driver is provided by the vender itself, this is flexible driver compared to other drivers.
Advantages of type4 driver
Following are the advantages of the type4 driver.
It is purely developed in Java and it is the platform independent driver.
Unlike type-1 driver there is no need to install OCI, ODBC functions.
While using this driver there is no need for middleware server.
Disadvantages of type4 driver
Following are the disadvantages of type4 driver.
Type-4 driver internally uses database specific proprietary protocol and it is database dependent. Therefore, whenever the database changed we need to change the driver accordingly.
- Related Articles
- What is type1 driver of JDBC what are the advantages and disadvantages of it?
- What is type2 driver of JDBC what are the advantages and disadvantages of it?
- What is type3 driver of JDBC what are the advantages and disadvantages of it?
- What are the advantages and disadvantages of smartphones?
- What are the advantages and disadvantages of mergers?
- What are the advantages and disadvantages of acquisition?
- What are the advantages and disadvantages of Antivirus?
- What are the advantages and disadvantages of online shopping?
- What are the advantages and disadvantages of data mining?
- What are the advantages and disadvantages of Li-Fi?
- What are the advantages and disadvantages of operating systems?
- What are the advantages and disadvantages of Different OS?
- What are the Advantages and Disadvantages of Regenerative Braking?
- What are the Advantages and Disadvantages of Mutual Funds?
- What are the advantages and disadvantages of job costing?

Advertisements