Map and HashMap in Java with Internal Working- Interview Question

  Рет қаралды 30,621

Daily Code Buffer

Daily Code Buffer

Күн бұрын

Пікірлер: 98
@N7000nn
@N7000nn 2 жыл бұрын
I started watching your videos several months ago and today I signed up for my first junior job for java spring developer. Thank you so much, you changed my life.
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Great 👍 Congratulations 🎉 Glad to be small part of your journey ❤️
@rinkarto
@rinkarto Жыл бұрын
Great to hear these success stories 🎉
@azam11250
@azam11250 10 ай бұрын
Congratulation Bhai, By watching ur videos only i started by Microservice journey 3 yeears back.
@GodofStories
@GodofStories Жыл бұрын
Great explanation using the Java implementation to show the internals.
@anrgkdm
@anrgkdm 2 жыл бұрын
Nice explanation. Please make a video on working of HashSet and TreeSet. They ask this in interviews for experienced developers.
@nalcow
@nalcow Жыл бұрын
sir you are awesome, what a great source of information your channel is, thank you
@KritiJar-e6n
@KritiJar-e6n Жыл бұрын
Great explanation. Recently started watching your videos. Really enjoying it. Thank you!
@andreas-fefe
@andreas-fefe 2 жыл бұрын
Welcome back 🙂 after this rest period. We missed you DCB - Boss
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks buddy 🙏🏻❤️
@satyanarayanareddyb3052
@satyanarayanareddyb3052 2 жыл бұрын
Hey Shabbir, great video. Can you please do a video on comaparator and comparable with examples and usecases, propably how it is asked in interview perspective..
@brahmamk7771
@brahmamk7771 2 жыл бұрын
Congratulations.. please upload Master in microservice and kafka .. thanks in advance
@ashokumakrish
@ashokumakrish 2 жыл бұрын
Congrats for 50K subscribers. Good explanation, please post the Angular videos it's very helpful for us.
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks 🙏🏻
@ankursingh2213
@ankursingh2213 2 жыл бұрын
Thanks.... 🙏🙏 Bhai, please make videos on Spring Framework interview questions... Btw, what happened to your right eye? Looks red
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Infection, better now Thanks for asking
@RakeshKumar-hr7my
@RakeshKumar-hr7my 2 жыл бұрын
Great job buddy, congratulations for 50k subscribers. Thank you.
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks 🙏🏻
@tysonthedesiretriever8393
@tysonthedesiretriever8393 2 жыл бұрын
as always very clean n sufficient enough videos .... doubts 1. why dont we use balanced tree in the first place instead of linkedList 2. what is the criteria by which tree is made ...i mean go to left or right 3.. how does hashMap.getKey() works
@ramasamyramasamy2423
@ramasamyramasamy2423 2 жыл бұрын
Purpose of using balance tree later than linkedlist is about the size of the nodes added at specific index of the object created for the hashmap. Dismantling a sub tree of elements that added into balanced tree while deletion of elements in hashmap made, will be faster than removing an element from the linkedlist attached to the index of the object when deletion of elements size is larger. Dirtying the hashmap's elements will be slower when linkedlist size is increased...
@brijeshkumar3900
@brijeshkumar3900 Жыл бұрын
Hats off bro !!! the way you explained !!!
@DailyCodeBuffer
@DailyCodeBuffer Жыл бұрын
Glad to hear that 🙏🏻🙏🏻
@rashmimuchlambkar8490
@rashmimuchlambkar8490 Жыл бұрын
Hi great explanation!! please let me know why/when should we override equals and hash code method in Java ? If you have already made a video please give me the link..
@paulraj2807
@paulraj2807 2 жыл бұрын
Excellent explanation 👍👍
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks 🙏🏻
@beksaylor
@beksaylor 2 жыл бұрын
@Daily Code Buffer Great video, what IDE and Color Theme are you using?
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Intellij Idea Xcode dark theme
@saurabhchalikwar6822
@saurabhchalikwar6822 2 жыл бұрын
Bring a tutorial for rest services because you have posted videose even on microservices but missing about rest service and mvc. Please make a video on it..
@techtips7641
@techtips7641 2 жыл бұрын
Excellant explanation it really helps
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thank you 🙏🏻
@manish89arya
@manish89arya 2 жыл бұрын
Take care of your eye bro... ! :) Kudos to all of your efforts and quality content !
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks buddy 🙏🏻 Thanks for asking, now my eye is much better
@sharadpratap
@sharadpratap 2 жыл бұрын
Very Good explanation!
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks 🙏🏻
@faixan13
@faixan13 2 жыл бұрын
excellent explanation. I didn't know about the java 8 hashmap optimization . learnt something new today. :)
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
🙏🏻❤️
@dhilip77
@dhilip77 2 жыл бұрын
I like most of spring boot videos. Do you have any plans for language scala with, spring boot. It helps for data engineer profile like me to build top to end.
@rushabhshah392
@rushabhshah392 2 жыл бұрын
Congratulations 👏 for 50K .. keep up the good work 👍
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks buddy 🙏🏻❤️
@gowris442
@gowris442 2 жыл бұрын
Bro here i have doubt in one place while doing get operation you are particular key hashing will happen and return index of the position of key. If its not match that key it will look oneby one node traverse if its not found it will return null value finally. Why we need to check one by one node to traverse and find out that key. If you do find exact key value means why could we can use balance tree logic to find out or some search mechanism to find out immediately not by way of traversing node one by one.
@afrozkhan.
@afrozkhan. 2 жыл бұрын
Thank you very much Shabbir nice explanation very much helpful please make many more videos on different topics... Congratulations for 50 k subscribers.
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks 🙏🏻 ❤️
@andriyzhuk8830
@andriyzhuk8830 2 жыл бұрын
Very nice explanation.
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks 🙏🏻
@ramasamyramasamy2423
@ramasamyramasamy2423 2 жыл бұрын
superb... good explanation...
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks 🙏🏻
@mohammadamir8824
@mohammadamir8824 Жыл бұрын
Great Work, and dedication brother, looks like you had the flu and your right eye is red, but you still put the effort and made the video.
@Anilkumar-reddy
@Anilkumar-reddy 2 жыл бұрын
Hey Man, As always u will be awesome, finally, I understood. Great Explanation
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks 🙏🏻
@mohammedilyas8824
@mohammedilyas8824 2 жыл бұрын
Congrats shabbir bhai
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks 🙏🏻
@harikrishnhaaraghuveeran5866
@harikrishnhaaraghuveeran5866 Жыл бұрын
Once the size of index increases from 16 , how will hashcode work for same key when it got inserted before and after index size increased?
@svalyavasvalyava9867
@svalyavasvalyava9867 2 жыл бұрын
Thank you very much!!!
@willofd1683
@willofd1683 2 жыл бұрын
Congrats bro keep going
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks 🙏🏻
@coder3842
@coder3842 2 жыл бұрын
Crisp and clear
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks 🙏🏻
@anupvishwakarma4214
@anupvishwakarma4214 2 жыл бұрын
If the bucket size is more than 64 and one of the particular indexes reaches 8, then only the linked list will get converted to a Balanced tree. Please correct me if I am wrong.
@anand8019
@anand8019 2 жыл бұрын
Clearly explained 👍
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks 🙏🏻
@rishavgupta7868
@rishavgupta7868 2 жыл бұрын
Aren't we getting the index from the key within range of 0 to size-1 after applying hashcode() method, if so, what is hashing doing then, what's the difference between both, please anyone explain...
@tejachowdary309
@tejachowdary309 2 жыл бұрын
Can you please post a video on how to integrate our rest api with splunk and dynatrace
@hrithikgoswami9808
@hrithikgoswami9808 2 жыл бұрын
Great work man!!
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks 🙏🏻
@kirankutte7073
@kirankutte7073 Жыл бұрын
Hey Shabbir, Great explanation and i have doubt here, why we are using linkedlist in each bucket for storing the nodes,why cant we use simple arraylist?
@umeshkrishna8921
@umeshkrishna8921 11 ай бұрын
Array list is the array representation so it doesn't have nodes to connect, where as linked list has nodes which are chained to maintain the links between the nodes.
@anushbabu5023
@anushbabu5023 2 жыл бұрын
Hi bro, please make videos on design patterns.
@yashwantkumar-ev8dy
@yashwantkumar-ev8dy 2 жыл бұрын
Any plan to launch videos related to Data structure and algorithms using java
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Planning on it
@ghosh9390
@ghosh9390 2 жыл бұрын
I want to learn java from you please ❤️
@nikhileshyoutube4924
@nikhileshyoutube4924 2 жыл бұрын
Back again ❤️❤️❤️
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Yes ❤️❤️
@dheebanm3207
@dheebanm3207 Жыл бұрын
Awesome bro... :)
@debiprasaddash654
@debiprasaddash654 2 жыл бұрын
In this. Vdo which ide used anyone know
@brajagopalmukherjee1588
@brajagopalmukherjee1588 2 жыл бұрын
Bhaiya one request Ak long one go video for java and DSA course can we except bhaiya ????plsssss
@SumitSharma-qz2jd
@SumitSharma-qz2jd 2 жыл бұрын
Congrats 👏
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thank you 🙏🏻
@henokberhe8539
@henokberhe8539 2 жыл бұрын
Thank you brother
@anitsarker4591
@anitsarker4591 2 жыл бұрын
Great video
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks 🙏🏻
@dhilip77
@dhilip77 2 жыл бұрын
Could you do a video on scala language with spring boot
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
I will plan on it
@shaileshkumar2806
@shaileshkumar2806 2 жыл бұрын
Good video lesson
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks 🙏🏻
@martinh7544
@martinh7544 2 жыл бұрын
Course about KStreams, bro.
@venkatashanmukha348
@venkatashanmukha348 2 жыл бұрын
Please make on microservices don't waste time on already existing tutorials
@riteshmalav2448
@riteshmalav2448 2 жыл бұрын
I need java 8 feature video
@tarunkantshakya6833
@tarunkantshakya6833 2 жыл бұрын
Please change IDE background to white for clear picture🖼️
@debiprasaddash654
@debiprasaddash654 2 жыл бұрын
Cann u say which ide he used
@vivekthakur513
@vivekthakur513 2 жыл бұрын
@@debiprasaddash654 intellj
@mohammedsaqib1250
@mohammedsaqib1250 2 жыл бұрын
Great vedio
@DailyCodeBuffer
@DailyCodeBuffer 2 жыл бұрын
Thanks 🙏🏻
@mohammedsaqib1250
@mohammedsaqib1250 2 жыл бұрын
@@DailyCodeBuffer Watching you java interview Question playlist. Please detailed vedio of each and every class in collections Framework
@akshaykumar-uv3up
@akshaykumar-uv3up 2 жыл бұрын
null shouldn't be in " ".
@michelchaghoury9629
@michelchaghoury9629 2 жыл бұрын
Mannn keep going your vids are amazing please can you make speing boot + angular projects like the ones with react and nextjs and also we need spring integration testing with DB and how to do BDD in spring thank you and keep going
@acchutdevkule7841
@acchutdevkule7841 Жыл бұрын
Bro take care of your eye
@DailyCodeBuffer
@DailyCodeBuffer Жыл бұрын
Thanks
@maankhurana5814
@maankhurana5814 10 ай бұрын
Nhi samjha bhai
Generics in Java - Full Tutorial
20:08
Daily Code Buffer
Рет қаралды 28 М.
LinkedHashMap and LinkedHashSet in Java | Internal Working
16:58
Daily Code Buffer
Рет қаралды 22 М.
БУ, ИСПУГАЛСЯ?? #shorts
00:22
Паша Осадчий
Рет қаралды 2,9 МЛН
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 26 МЛН
01. Internal Working of HashMap & Java-8 Enhancement
19:11
Ankit Wasankar
Рет қаралды 120 М.
ArrayList vs LinkedList in Java Explained! - Interview Question
16:52
Daily Code Buffer
Рет қаралды 14 М.
How HashMap works in Java? With Animation!! whats new in java8 tutorial
15:29
Ranjith ramachandran
Рет қаралды 1 МЛН
ConcurrentHashmap in Java and its differences with Synchronized HashMap
11:34
Records In Java - Full Tutorial
14:20
Daily Code Buffer
Рет қаралды 24 М.
Handle 1,000,000 Threads with Java and Spring Boot !!!
21:50
Daily Code Buffer
Рет қаралды 28 М.
БУ, ИСПУГАЛСЯ?? #shorts
00:22
Паша Осадчий
Рет қаралды 2,9 МЛН