Complete Interview Preparation Material: topmate.io/genzcareer/930954 Interview Preparation Kit: topmate.io/genzcareer/959954 I would recommend you to get above Interview Preparation kit and crack any interview [99% Chance]
@@karthik.kannan Don't worry bro go with spring boot and learn Hibernate, jpa, MySQL it's is sufficient for fresher but currently most of company ask DSA aaray or string questions and service based company they asked aptitude first round
Cyclic dependency happens with Constructor dependency injection, when class A depends on class B and vice versa, because in order to achieve constructor injection dependent object should be created readily at the time of creating target bean.
@@sarkar_957 no, circular dependency injection won't be happen with field and setter injections, because for field & setter injections no need of creating dependent bean readily.
@@udaychallagulla4415 Wrong. Your statement [ field & setter injections no need of creating dependent bean readily.] is not default behavior and its wrong. Actually Circular dependency can still occur with field and setter injection because the Spring container still tries to resolve the dependency graph during bean initialization. However, Spring can handle some cases of circular dependencies by creating proxy objects or by delaying initialization, which can be done by lazy initialization, Interface Segregation, or manual injection. So you are wrong!!
Let me put in a simple way, basically the spring framework has a lot of features and configuration needs to be done before even we do something, that's where spring boot comes, it comes with configuration in ready to run application, so that we can save time alot in various ways
Arre kuch ni bhai it's just an object, but hum ise new keyword se na bnake is object ka control spring manager ko De dete hain, that's why this object is called bean to just differentiate the terminology.
Complete Interview Preparation Material: topmate.io/genzcareer/930954
Interview Preparation Kit: topmate.io/genzcareer/959954
I would recommend you to get above Interview Preparation kit and crack any interview [99% Chance]
Excellent, very helpful.
Spring does provide Annotations like @Bean, @Componet etc. it's not necessary to write beans.xml file or any config file
For legacy codes it is necessary and good to know about it
Nice video-feel with ayaan
not sure why did they use threads for handling file uploads
what is the diffrence between your 499 and 999 package?
You will have two projects they almost look similiar to me structure wise. And you will have interview Q and A on them .
Does Companies accepting 2 months notice period these days?
To overcome the dependency injection problem,we need to create in @ configuration class
Haiji?
Your website UI has some issues. Especially with the section where the feedback are displayed. Some text is hidden.
I am 2024 passedout fresher I am currently learning springBoot , can I get a job ? Is there openings for freshers ?
Yes bro apply every where
@VikashBharadwaj thank you so much for your reply bro 🥺❤️
Best of luck but don't just rely on springboot
@@dark_techyy other than can I know what i want to learn bro ?
@@karthik.kannan Don't worry bro go with spring boot and learn Hibernate, jpa, MySQL it's is sufficient for fresher but currently most of company ask DSA aaray or string questions and service based company they asked aptitude first round
Good mock
@autowired cause cyclic dependency
Not necessarily!
Cyclic dependency happens with Constructor dependency injection, when class A depends on class B and vice versa, because in order to achieve constructor injection dependent object should be created readily at the time of creating target bean.
@@sarkar_957 no, circular dependency injection won't be happen with field and setter injections, because for field & setter injections no need of creating dependent bean readily.
@@udaychallagulla4415 wrong again! It can happen but we can prevent it using lazy initialization, etc
@@udaychallagulla4415 Wrong.
Your statement [ field & setter injections no need of creating dependent bean readily.] is not default behavior and its wrong. Actually
Circular dependency can still occur with field and setter injection because the Spring container still tries to resolve the dependency graph during bean initialization. However, Spring can handle some cases of circular dependencies by creating proxy objects or by delaying initialization, which can be done by lazy initialization, Interface Segregation, or manual injection.
So you are wrong!!
Anyone please explain. What is bean in spring boot. Why we need to use it.
Channel name coding & concept by Shreyansh. He has explained this in his spring boot playlist
Search on yt. But in simple, an object created and managed internally by springboot is a bean.
Just a object who’s life cycle will managed by spring 😊
Let me put in a simple way, basically the spring framework has a lot of features and configuration needs to be done before even we do something, that's where spring boot comes, it comes with configuration in ready to run application, so that we can save time alot in various ways
Arre kuch ni bhai it's just an object, but hum ise new keyword se na bnake is object ka control spring manager ko De dete hain, that's why this object is called bean to just differentiate the terminology.