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
Are jvm’s platform independent?
What is java flatmap?
What is http session in java?
What is cloning in java?
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?
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?
What is meant by pass by reference and pass by value in java?
What is transactional in java?
How can the static main method use instance variables?
Why dependency injection is used in java?
In java thread programming, which method is a must implementation for all threads?
Differences between intermediate operations and terminal operations of java 8’s stream api?
What is class path in java?
What is orm in java?
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?