Hibernate Interview Questions and Answers in Java with examples PART -1[ MOST ASKED] Code Decode

preview_player
Показать описание
In this video of Advanced Java/Hibernate Interview Questions and Answers for Experienced, we have covered some frequently asked hibernate interview questions. Hibernate is a very important topic of Advanced Java.

Udemy Course of Code Decode on Microservice k8s AWS CICD link:

Course Description Video :

Most of the Advanced Java interview questions for experienced candidates come from Hibernate
If your Hibernate part is strong then you can easily clear this round of interviews.
We have covered some unique topics in Advanced Java/Hibernate Interview Questions for Experienced.

This video covers :

Q) What is Hibernate and why use it?
why hibernate: Hibernate eliminates all the boiler-plate code that comes with JDBC.
It supports HQL which is more Object-oriented.
It provides transaction management implicitly.
Hibernate throws JDBCException or HibernateException which are the unchecked exceptions, so we don’t need to worry about handling using try and catch.
Hibernate supports caching for better performance.

Q) Important Interfaces - Annotations used in Hibernate
Q) Mappings in Hibernate
Q) What are the hibernate configuration file/ Mapping file. Usually asked in advanced java interview questions.
Q) hibernate caching

And Many more important Advanced java topics - hibernate interview questions.

MOST ASKED HIBERNATE INTERVIEW QUESTIONS PART- 2

-------------------------------------------------------------------------------------------------------------------------------------

Code Decode Playlists

-------------------------------------------------------------------------------------------------------------------------------------
Subscriber and Follow Code Decode

--------------------------------------------------------------------------------------------------------------------------------------

#HibernateInterviewQuestions #AdvancedJavaInterviewQuestion #JavaInterviewQuestionAndAnswer #codedecode
Рекомендации по теме
Комментарии
Автор

These were These were exactly the questions asked to me for CG.

the questions asked to me .

sachinparmar
Автор

Great video, one thing I would like to point out is that we should close the session object first and then close the factory instance. So in the code at 6:45 it should be

session.close();
factory.close();

Closing the Session first ensures that the resources (like connections) it uses are properly released back to the pool managed by the SessionFactory and we don't run into any other issues since session uses the instance of session factory for its operations.

sanskritinannore
Автор

Sab se bahtareen video YouTube par for interview preparation 👍

mohammadwaseem
Автор

Thank you so much for explaining everything in brief and detailed way, with springboot and JPA these alll concepts has been abstracted and it is difficult to get this kind of explaination on is have watched your java8 video and its amazing, It has boosted my confidence to next level on java you so much .Plz keep uploading 😊✌

sanjaydhikodi
Автор

Thank you, You are doing a great job explaining in simple ways. Please add second part too.

ramkarthik
Автор

Thank you. Now I understand the basic level of hibernate functionality.Great video, THANK YOU A LOT <3

dilseind
Автор

Please upload a vedio regarding REST web services your explanation is too good and clear. Great job. I got a clear idea of collection's and difference between them from your vedio.

greeshmaA
Автор

excellent video .. thank thank thank you so much...

Spirtual-Motivational-Politics
Автор

Thanks for uploading this video, it is very helpful and your explanation made it easy to understand the concepts.

spiderweb
Автор

It's very helpful. Thank you for making this video.

sharadkaushik
Автор

Thank you. Now I understand the basic level of hibernate functionality..you are doing a great job...thanks a lot ...

karthickkumar
Автор

Thanks for great video

Please let us know the Hibernate version you followed for this content.

karthikeyanmuthusamy
Автор

Great video, please provide part 2 also and also explain why different level if cache needed and when. Thank you

amitabhranjan
Автор

Best channel for interview preparation, no matter how experience u are

niltayade
Автор

Thanks for the in-depth analysis. By far the best simplified explaination video on youtube for Hibernate.
Do i need to create the Java POJO xml mapping class separately ?

AshutoshMohanty
Автор

All the concepts explanations were really wonderful. Could learn in-depth about each and every concepts. Really Thanks a lot.

Only concern is formation of playlist. videos from all the topics were repeated in each playlist. It's quite confusing and difficult to maintain with the flow. Please segregate the videos based on Languages and put it in the playlist for easy flow.

karthickprabhu
Автор

Please do a video on most asked SQL interview questions as well it will help people preparing for full stack developer role

HaniDaddy
Автор

Can you please make a series of SERVLET and JSP interview Questions also? It would be really helpful for us.

gyanprakash
Автор

These were exactly the questions asked to me for CG.

blackstallion
Автор

We need high level questions and live demo

kshitizkamaljain