Well done. I like (majority of) the questions. Interviews in India need Q & A type like this. In overseas people ask questions from their project to know the interviewee ideas from a practical point of view.
Recently ,I had a interview for JAVA... And interviewer asked the difference between the security provided by abstraction and Encapsulation......could you pls answer it....
You are giving really a wonderful content to the people. Thank you So much .A small suggestion from my side is a small snipped of code can be shown along with audio. That will give a better picture of the topic.
Thanks Sai. Sure, we have live demos in all videos except these quick interview Revision questions . We prepared them just have a quick look before interview. You don't even have to look at your phone number still u have your quick revision done. Rest all videos have Java code demonstrated 🙂👍
Thank you for your videos. A little note on this one, your info about bean scopes is outdated, there are 6 bean scopes now and there is no more global session scope.
the Optional class includes methods to explicitly deal with the cases where a value is present or absent. However, the advantage compared to null references is that the Optional class forces you to think about the case when the value is not present.
Helpful for Interview Preparation. Please continue. Mam, could you please explain little more about hashmap changes on 1.8 I.e. what is that threshold value at which the Linkedlist changes to Balanced Tree.
the Optional class includes methods to explicitly deal with the cases where a value is present or absent. However, the advantage compared to null references is that the Optional class forces you to think about the case when the value is not present.
Right Jabir. But got stuck with this video. We are so sorry. We are working IT professionals, it's difficult to spare time for 2 videos in weekends. But it's almost ready we will put that video this week for sure. Thanks for bearing with us 👍👍
There is one interview question how will you migrate from structs to spring? How will you migrate from ant to maven? There is 5 million request how will you make sure and what's your suggestion to do scalable and how will you increase your performance.
That was a nice and simple explanation about HashMap enhancement, Spring AOP and Garbage Collection enhancement. Can your team create some interview question on DS & Algo ? Thanks again for providing the informative content!
Right, not all questions are required for freshers, but we were constantly getting comments to increase the level. Hence we increased the level a bit in this video
Thank you so much mam for all your videos. It's really very helpful for the interview preparation. Could please creat some more videos on java hibernate and spring
session clear() method to clear the cache i.e delete all the objects from the cache. We can use session contains() method to check if an object is present in the hibernate cache or not, if the object is found in cache, it returns true or else it returns false.
I ask this question regularly on interview but 80 % candidate fail to answer or not able to explain well. Q. Which method will execute if we call method by passing value null. Eg fx(null) public void fx(String s){ sop(1); } public void fx(Integer i){ sop(2); } If you think it print 1 then you are wrong.
answer would be compile time error because the compiler gets confused with which method is being called since both are accepting non primitive data types so null can be accepted by both the methods
You did a great job by posting the trending java interview questions. sorry to say this, please don't say NOTHING BUT in every sentence. it doesn't make any sense out there.
Well done. I like (majority of) the questions. Interviews in India need Q & A type like this. In overseas people ask questions from their project to know the interviewee ideas from a practical point of view.
Recently ,I had a interview for JAVA... And interviewer asked the difference between the security provided by abstraction and Encapsulation......could you pls answer it....
You are giving really a wonderful content to the people. Thank you So much .A small suggestion from my side is a small snipped of code can be shown along with audio. That will give a better picture of the topic.
Thanks Sai. Sure, we have live demos in all videos except these quick interview Revision questions . We prepared them just have a quick look before interview. You don't even have to look at your phone number still u have your quick revision done. Rest all videos have Java code demonstrated 🙂👍
Good thumbnails are good to entering into ur video...and u explain good with example....i just stick to till end....thx lot for ur thumbnails
🙂thanks Chandra 👍👍
Could you please explain the scenarios in realtime applications where we use these Factory Design pattern and Abstract Design pattern
Thank you for your videos. A little note on this one, your info about bean scopes is outdated, there are 6 bean scopes now and there is no more global session scope.
Anyhow we are using the != for checking the null pointer exception, then what is the need of using the optional class in java
the Optional class includes methods to explicitly deal with the cases where a value is present or absent. However, the advantage compared to null references is that the Optional class forces you to think about the case when the value is not present.
@@CodeDecode can you please explain in real time or with the example
@@kan123ish sure Keerthana we will create seperate video for that. 👍👍
Helpful for Interview Preparation. Please continue. Mam, could you please explain little more about hashmap changes on 1.8 I.e. what is that threshold value at which the Linkedlist changes to Balanced Tree.
Sure Adwaita, we will create seperate video on this java 8 enhancement. 👍👍
@@CodeDecode okay. Thanks for your quick reply.
Any time 👍👍🙂🙂
Thank you for the video! When do you resume the microservices? Since it was started last week!
This week Nethi👍👍
@@CodeDecode Thank you so much
👍👍🙂🙂
Hey Thank you soo much for the video!!
Can you explain Why optional class instead we can check for null using == ? This was asked in an interview
the Optional class includes methods to explicitly deal with the cases where a value is present or absent. However, the advantage compared to null references is that the Optional class forces you to think about the case when the value is not present.
@@CodeDecode Thank you!!
@@nagalakshmikesavan9198 👍👍🙃
Please, Create more videos for this, It was very helpful.
Sure Ramzan 👍thanks
Hi , I have been following all your videos and it's amazing and very helpful , can you please create a tutorial on micro-service docker with MySQL
ua-cam.com/play/PLyHJZXNdCXsd2e3NMW9sZbto8RB5foBtp.html
Please make more videos like this for advanced questions...
Sure Amita👍👍
Can you please elaborate the function of Optional class with Example. Couldn't understand its functioning.
Ok sure. We will create another video just on optional class
Another great and useful video. . 😊
Ma'am you said Tuesday you will upload next video on microservices..
Waiting for that.. 😔
Right Jabir. But got stuck with this video. We are so sorry. We are working IT professionals, it's difficult to spare time for 2 videos in weekends. But it's almost ready we will put that video this week for sure. Thanks for bearing with us 👍👍
@@CodeDecode Thank you for the update ma'am:)
you are doing an excellent job and there is no words to say about your contribution. Really i appreciate you from my bottom of my heart. Great Work ..
Thanks a lot 🙂
There is one interview question how will you migrate from structs to spring? How will you migrate from ant to maven? There is 5 million request how will you make sure and what's your suggestion to do scalable and how will you increase your performance.
That was a nice and simple explanation about HashMap enhancement, Spring AOP and Garbage Collection enhancement.
Can your team create some interview question on DS & Algo ?
Thanks again for providing the informative content!
Sure Ashutosh, ds algo is in pipeline 👍👍🙂🙂
Please also show answer on screen
. Sometimes getting problem in understanding
Sure Monika 👍
Anything like : ua-cam.com/video/uUC7ckjgI_o/v-deo.html
In one of the interview they asked me to sort employee based on id and name? Can please tell how it was implemented in java8
Check sorted Comparator.comparing method and thanComparing() methods
Right Ankit 👍👍
@@ANKITCHOUDHARYankitkrchy I want for 2 employee objects
Mam please make more videos for Java 8, multithreading, Spring. I am following your videos for my interview prep.
Thank you for such content
Sure Raj. If we get proper response we will keep on creating this series
@@CodeDecode yes please upload more videos for Java ma'am. Very useful for interview. Thank you so much...
Sure Santhoshi, we will keep posting video in this series 👍👍
this interview question is for how much year of exp peoples ? cuz as a fresher don't knw this questions
Right, not all questions are required for freshers, but we were constantly getting comments to increase the level. Hence we increased the level a bit in this video
Feedback is selected
🤓hehe thanks Sudheer. This is funny 😂
Thank you so much mam for all your videos.
It's really very helpful for the interview preparation.
Could please creat some more videos on java hibernate and spring
Sure Ushir, we will continue this series👍👍
Please create more.. this is very good
sure we will create more soon.....
Useful video.
Can you just tell me how to clear cache in hibernate
session clear() method to clear the cache i.e delete all the objects from the cache. We can use session contains() method to check if an object is present in the hibernate cache or not, if the object is found in cache, it returns true or else it returns false.
I ask this question regularly on interview but 80 % candidate fail to answer or not able to explain well.
Q. Which method will execute if we call method by passing value null. Eg fx(null)
public void fx(String s){
sop(1);
}
public void fx(Integer i){
sop(2);
}
If you think it print 1 then you are wrong.
public void fx(Integer i) : if argument is int here then o/p will be 1 but its Integer , hence compiler will throw ambiguity error.
answer would be compile time error because the compiler gets confused with which method is being called since both are accepting non primitive data types so null can be accepted by both the methods
Really a help please continue with such video
Sure Khyati. We will continue with this series 🙂🙂👍👍
@@CodeDecode 98uyhk
these types of question generally get asked in interviews
Yes
Thank you so much mam, you have helped me a lot during my preparation
Thanks 🙏🙏this means a lot to us 👍👍
Please do a video on serialization
sure we'll make one soon.....
Ma'am please upload JDBC and Sql interview questions.
Sure 👍
Thanks for such informative content
🙃🙃👍👍
Need spring framework interview questions
Yes, that's remaining, we will upload that too 👍👍
@@CodeDecode Thanks for accepting my request
Can you explain what is spliterator in Java
Try answer little bit slowly ,its too fast to understand what exactly you are trying to say and it's confusing as well
Ok, we will reduce the pace from next video 👍👍
@@CodeDecode thanks...
Thanks for observing and helping us in improving👍👍
Awesome video
Thanks Dhiraj 🙂🙂
Excellent
Thanks
Plz come with micro service project.. Waiting
Sure Rahul, next is micro services only then 👍👍
Thank you so much for these important questions..... Looking forward to get more from you🤞👍
Sure Nikhil 👍👍
Amazing ✌️✌️✌️
Thanks Ashish 👍
Please explain with code
👍
You did a great job by posting the trending java interview questions. sorry to say this, please don't say NOTHING BUT in every sentence. it doesn't make any sense out there.
Thanks for pointing it our. We worked on it and now it's no more used in recent videos 🙂🙂👍👍
Mam real time project pleaseee
Sure 👍