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...

  • What is tracebility matrix?

    sri

    • Nov 21st, 2012

    It is document that describes the mapping or tracing of the requirements with test cases and some time with the test data to check the test coverage and also to cross verify that we are not missing any of the test cases for that particular requirement.

    Abraham Samuel

    • Nov 19th, 2012

    It is the document that maps User requirement with the test cases to check whether the functionality coverage is achieved or not.