is hibernate a technology or framework?
Answers were Sorted based on User's Feedback
Answer / rice
Hibernate is open source software and it is a framework.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
Answer / niraj
Hibernate is a persistence framework which is used to implement persistence operations or database operation
or
hibernate is a persistence framework which is implement on the top of JDBC Technology .
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the advantages of java 8’s date and time api over old date api and joda time api?
Is java secure? : java security
What are the authentication modes in asp.net? : java security
What is javax annotation generated?
How can I protect myself? : java security
What is a java singleton?
Is lambda expression an object?
Explain different way of using thread?
What is the difference between lambdas and delegates?
what is reflection api? How are they implemented?
What is numberformatexception in java?
how ahstraction is the property of oops,this is also in c and c++ ex. printf function which is also hide the unnecessary data,so what is the difference ? and does c++ fallow the abstraction?