Hibernate Vs. JDBC ( A comparison)
Hibernate Vs. JDBC ( A comparison): "JDBC stands for Java Database Connectivity allows developers to connect, query and update a database using the Structured Query Language. JDBC API standard provides Java developers to interact with different RDBMS and access table data through Java application without learning RDBMS details and using Database Specific JDBC Drivers.
Hibernate is an Object-Relational Mapping (ORM) solution for JAVA. It is a powerful, high performance object/relational persistence and query service. It allows us to develop persistent classes following object-oriented idiom – including association, inheritance and polymorphism.
Listed below is the comparison chart of difference beetween JDBC and Hibernate"

0 Comments:
Post a Comment
<< Home