| | | | Question Answer Tutorial - JAVA->Hibernate | | | | Question: Which of the following are most common configuration methods of Hibernate Configuation | | Answer: Mapping files and XML Configuration hibernate.cfg.xml
| | | | | | | | Question: hich of the following is FALSE about Session in hibernate | | Answer: You can share the session between threads
| | | | | | | | Question: Which of the following are tags of hibernate.cfg.xml? | | Answer: All of the options
| | | | | | | | Question: Which of the following is not a Session method? | | Answer: Session.remove()
| | | | | | | | | | | | |