Answered Questions

  • what is the main advantage of using the hibernate than using the sql

    ABHAY RAI

    • Aug 25th, 2012

    Hibernate provide object oriented functionality and hibernate easily migrate different database without any query changes.

    Ayaz Roomy

    • Apr 27th, 2012

    - Hibernate is something which is totally based on ObjectOrientedProgramming concept.where as SQL is based on Querys .But Hibernate also uses sql queries but it is using Objects to handle the res...