is hibernate a technology or framework?

Answer Posted / priya menon

Hibernate is an object relational mapping framework for java language.It is a persistence framework

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are jvm’s platform independent?

684


What is java flatmap?

641


What is http session in java?

692


What is cloning in java?

687


Java prints out a ton of digits when I system.out.println() a double. How can I format it so it displays only 3 digits after the decimal place?

647


1.can i use super keyword in normal class(not inheritance) to call any method?if so how can i call particular variable? 2.In the inheritance how can i access the particular variable from the base class(it containing 5 variables) using super keyword?

1838


What is meant by pass by reference and pass by value in java?

700


What is transactional in java?

725


How can the static main method use instance variables?

713


Why dependency injection is used in java?

735


In java thread programming, which method is a must implementation for all threads?

739


Differences between intermediate operations and terminal operations of java 8’s stream api?

678


What is class path in java?

640


What is orm in java?

688


I want to control database connections in my program and want that only one thread should be able to make database connection at a time. Define how can I implement this logic?

766