⟩ Tell me how to implement hibernate?
following things needed
1. put hibernate3.jar in project lib
2. write hibernate configuration file (ie) hibernate.cfg
3. write hibernate mapping file (say) student.hbm.xml
4. get hibernate session and begin transaction
5 end