top of page
Search

Pros and cons of JDBC

  • Writer: rakeshjyg
    rakeshjyg
  • Aug 29, 2017
  • 1 min read

Pros of JDBC

1. Clean and simple SQL processing.

2.Good performance with large data.

3.Very good for small applications.

4.simple syntax so easy to learn.

Cons of JDBC.

1. Complex if it is used in large projects.

2. Large programming overhead.

3. No encapsulation.

4. Hard to implement MVC concept.

5. Query is DBMS specific


 
 
 

Commentaires


Featured Posts
Check back soon
Once posts are published, you’ll see them here.
Recent Posts
Archive
Search By Tags
Follow Us
  • Facebook Basic Square
  • Twitter Basic Square
  • Google+ Basic Square
bottom of page