
Both JDBC and Hibernate are used to connect to database then whats the need of going to hibernate? What are the main differences? And could you let me know please....

The hibernate is a ORM tool, it is for OOP developers. which has good knowledge of object orientated programming. like inheritance, polymorphism etc. where as jdbc, it is using for data base connectivity only. other deference is, you don't have to thing about sql query. you have to perform things over object. like fetch list of result, you don't have to write sql query, you have hql or similar kind of query language. It is wrapper over the jdbc, and provide some kind of default functionality like taking care of data base specific query change etc.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.