|
Pros of JDBC |
Cons
of JDBC |
|
Simple SQL processing |
Complex if it
is used in large projects |
|
Good
performance with large data |
Large
programming overhead |
|
Very good for
small applications |
There is no
encapsulation |
|
Simple syntax
so easy to learn |
Hard to
implement MVC concept |
|
|
Query is DBMS
specific |