Please consider supporting the channel: edigest.in/donate
@keshavsinghrajput772 ай бұрын
गर्दा मचा दिए आप तो भैया, पैसा देकर भी आदमी बेंगलुरु में इतना नहीं सीख पाता है जितना आप युटुब पर सिखा दिए बहुत बहुत धन्यवाद। (केशव बिहार से)
@ashishrai4722 ай бұрын
😂
@mdsabirali_Keep_learning2 ай бұрын
Mujhe pata tha, koi bihar se hi hoga. 😂koi ni , happy learning
@hritikshrivastava15972 ай бұрын
😂😂😂@@mdsabirali_Keep_learning
@sujeetverma302 ай бұрын
😂😂😂@@mdsabirali_Keep_learning
@abhaybadwaik3862 ай бұрын
🤣🤣🤣🤣
@sharmanihal992 ай бұрын
The amount of time needed to edit, create slides, record, and write code and then compress all that in under 8 hr for free. What a legend.
@zdiscover1Ай бұрын
2:00:23 - Capitalizing all values in a Map using Java Collections. 2:01:53 - Understanding the remove method in Java maps. 2:02:34 - Discussing the mapping and removal of entries in collections. 2:04:02 - Understanding linear search versus efficient data structures. 2:04:44 - Understanding the efficiency of HashMap operations in Java. 2:06:23 - Understanding HashMap and its Hash Function. 2:07:19 - Understanding hash functions and their fixed-size output. 2:08:46 - Understanding data storage in a HashMap using a hash function. 2:09:42 - Understanding bucket storage and indexing in hash maps. 2:11:34 - Understanding the process of indexing in hashed arrays. 2:12:18 - Understanding hash indexing and data storage in Java collections. 2:13:51 - Understanding hash functions and potential collisions in Java. 2:14:49 - Understanding the Collisions in Hash Functions. 2:16:36 - Handling hash collisions in Java's HashMap effectively. 2:17:17 - Optimizing search time in linked lists using red-black trees. 2:18:58 - Understanding Java Collections: HashMap and LinkedList Operations 2:20:00 - Understanding load factor and resizing in HashMap. 2:21:42 - Understanding HashMap usage and its performance implications. 2:22:28 - Understanding HashMap's internal workings and index assignment. 2:23:46 - Java 8 triggers treeification in HashMap when size exceeds threshold. 2:24:32 - Retrieving values from a linked list involves traversal and equality checks. 2:26:09 - Understanding equality checks using the equals method in Java. 2:26:55 - Understanding HashMap for student data storage in Java. 2:28:22 - Understanding how equals and hashCode work in Java. 2:29:10 - Creating a HashMap for storing student details. 2:30:55 - Understanding hash codes and their role in indexing objects. 2:31:41 - Understanding Hash Codes in Java Maps. 2:33:09 - Hash codes and index management in collections. 2:33:46 - Understanding hash codes and memory allocation in Java collections. 2:35:14 - Understanding object representation and string concatenation in Java. 2:35:58 - Understanding hashCode and equals methods in Java. 2:37:34 - Understanding utility classes and equality in Java. 2:38:19 - Understanding hash code and equality in Java collections. 2:39:48 - Understanding hashing principles in Java's HashMap. 2:40:35 - Understanding time complexity of various operations in data structures. 2:42:07 - Introduction to Linked HashMap as a subclass of HashMap. 2:42:55 - Difference between HashMap and LinkedHashMap in Java. 2:44:31 - Linked HashMap offers ordered storage with customizable capacity and load factor. 2:45:12 - Understanding capacity, load factor, and access order in collections. 2:46:43 - Understanding Linked List behavior in Java Collections. 2:47:28 - Understanding the Least Recently Used (LRU) mechanism in data management. 2:48:51 - Understanding caching and eviction strategies in collections. 2:49:38 - Understanding HashMap retrieval methods in Java. 2:51:02 - LinkedHashMap methods mirror HashMap functionality and limitations. 2:51:48 - Implementing LRU Cache using LinkedHashMap in Java. 2:53:20 - Understanding capacity and extending methods in Java Collections. 2:54:00 - Implementing LRU Cache Logic with LinkedHashMap 2:55:33 - Understanding the use of put and remove methods in Java Collections. 2:56:16 - Understanding usage patterns of collections in Java, particularly LinkedHashMap. 2:57:41 - Understanding object creation and memory allocation in Java. 2:58:52 - Understanding Null References in Java Memory Management.
@snehaljadhav10732 ай бұрын
"When I started watching this video, I realized it was going to be very helpful, but I stopped myself from commenting at that point. Now that I've watched the entire video, I can say this video is literally amazing. Each and every method is explained clearly, including why there is a need for further upgrades, the use of each method, and the drawbacks of each one. Everything is well-explained. I have watched others youtube channel for collection but this is unbeateble.thank you vipul sir for your hard work 🙏
@p...p2 ай бұрын
To help beginners understand how Comparator works, you could draw an analogy with the Bubble Sort algorithm, particularly its swapping technique. For example, in Bubble Sort, elements are swapped based on comparisons. Similarly, in Comparator, a negative return value indicates that elements should be ordered (or 'swapped') accordingly. This can make the concept easier to grasp (just a suggestion ✌)
@zdiscover1Ай бұрын
Timestamps 00:03 - Exploring Java Collections Framework and its significance in development and interviews. 00:47 - Understanding Java Collections and their importance. 02:25 - Java Collections Framework improves class interoperability with a common interface. 03:20 - Introduction to Java Collections Framework interfaces. 04:51 - Introduction to Java Maps and their implementation classes. 05:40 - Introduction to HashSet and LinkedHashSet in Java Collections. 07:31 - Introduction to Java Collections Framework and Iterables 08:22 - Understanding List Interface and its Implementation Classes in Java. 10:01 - Lists preserve order and allow duplicates in Java Collections. 10:43 - Introduction to Java Lists and their dynamic sizing. 12:12 - Understanding Java Generics for type safety in collections. 12:59 - Exploring List operations in Java Collections Framework. 14:53 - Understanding Java List methods for element manipulation and existence checking. 15:49 - Manipulating lists with remove and insert methods. 17:28 - Understanding Abstract List and Collection in Java. 18:08 - Understanding the ArrayList and its dynamic sizing capabilities. 19:31 - Understanding initial capacity and size of ArrayLists in Java. 20:13 - Understanding default capacity and element addition in Java Collections. 21:46 - Understanding Java's internal array growth and element handling. 22:33 - Understanding removal and shifting of elements in array lists. 23:59 - Understanding initial capacity in Java collections to optimize resource usage. 24:38 - Dynamic resizing of Java lists based on capacity and size. 26:08 - Understanding Java Reflection for accessing private field values. 26:52 - Java lists do not auto-shrink; use trimToSize to adjust capacity. 28:17 - Creating ArrayLists in Java using different methods. 29:02 - Understanding the relationship between ArrayList and its parent class. 30:39 - Understanding the ArrayList method and its implementation in Java. 31:37 - Difference between modifiable and unmodifiable collections in Java. 33:08 - Understanding adding elements to collections with capacity and index. 33:55 - Exploring Java 9's List Methods for Adding Elements. 35:56 - Understanding object removal and method calls in Java Collections. 36:40 - Understanding Java collection methods for efficient data handling. 38:09 - Array and List sorting in Java Collections Framework. 39:19 - Understanding List methods and time complexity in Java Collections. 40:49 - Customize sorting in Java using Comparator interface. 41:39 - Sorting strings by length using a custom comparator. 43:29 - Custom sorting using Comparator in Java Collections 44:17 - Sorting integers using a custom comparator in descending order. 45:58 - Comparison logic determines order based on positive or negative return values. 46:46 - Understanding comparator behavior in sorting collections. 48:12 - Understand the importance of order in negative and positive returns. 48:54 - Using comparators to sort strings by length in Java. 50:32 - Using comparators for sorting collections in descending order. 51:20 - Custom ordering of lists using descending and ascending sorting techniques. 52:57 - Understanding Comparable and Comparator in Java Collections. 53:45 - Sorting students based on GPA in Java Collections. 55:57 - Sorting elements while maintaining order based on grades. 56:41 - Understanding Java static methods and method references for sorting. 58:17 - Comparison of student names using the compareTo method. 59:08 - Understanding custom comparators in Java Collections. 1:00:52 - Understanding array storage and access methods in lists. 1:01:34 - Understanding memory storage in linked lists versus arrays. 1:02:57 - Understanding Linked Lists with Nodes and Addressing in Java. 1:03:49 - Understanding linked lists: singly and doubly linked varieties. 1:05:18 - Understanding Java's LinkedList implementation in the Collections Framework. 1:06:01 - Creating a Node class for a Linked List implementation. 1:07:47 - Understanding null references and linked list nodes in Java. 1:08:41 - Java's Linked List is a linear data structure with nodes. 1:10:09 - Understanding Linked List traversal and element counting. 1:10:48 - Simplified element removal and insertion in data structures. 1:12:15 - LinkedLists require more memory and traversal compared to ArrayLists. 1:12:52 - Understanding LinkedList methods and time complexity in Java Collections. 1:14:19 - Introduction to Doubly Linked List Operations 1:15:02 - Understanding Linked List removal methods in Java. 1:16:32 - Using linked lists in Java for managing animals collection. 1:17:17 - Exploring methods to manipulate collections in Java. 1:18:41 - Linked lists behave like lists and can function as stacks or queues. 1:19:23 - Understanding the differences and use cases of the Vector class in Java. 1:20:56 - Introduction to Java Vector and its capacity method. 1:21:41 - Understanding capacity increment in Java Collections framework. 1:23:12 - Understanding how to initialize collections in Java. 1:23:57 - Understanding Vector methods in Java Collections Framework. 1:25:27 - Understanding Vector and its synchronization in Java Collections. 1:26:04 - Understanding vector thread-safety and performance trade-offs in Java. 1:27:26 - Demonstration of multi-threading with an ArrayList in Java. 1:28:10 - Thread safety issues in list access within multi-threaded applications. 1:29:47 - Stacks are data structures that store elements in a last-in, first-out manner. 1:30:28 - Explains LIFO principle using a stack of cookies. 1:32:11 - Understanding data structures for specific use cases in Java. 1:32:58 - Stacks are LIFO structures with push and pop methods. 1:34:24 - Understanding stack operations: peek, pop, and size methods. 1:35:06 - स्टैक क्लास वेक्टर से फунк्शनलिटी हांसिल करती है। 1:36:22 - Understanding synchronization and functionality in Stack and Vector classes. 1:37:03 - Understanding stack operations in Java collections. 1:38:26 - Understanding Stack implementation using Stack and LinkedList classes. 1:39:12 - Understanding stack implementation using Java's linked list versus array list. 1:40:35 - Using ArrayList as a Stack is not a good practice. 1:41:16 - Understanding Copy-On-Write ArrayList for Better Memory Management 1:42:52 - Understanding read and write operations in Java collections. 1:43:39 - Managing changes effectively using copies avoids confusion. 1:45:09 - Managing lists with simultaneous read and write operations in Java. 1:46:00 - Understanding ConcurrentModificationException in Java Collections. 1:47:32 - Understanding snapshot behavior during list iteration in Java. 1:48:13 - Understanding single-threaded operations in a concurrent environment. 1:50:04 - Introduction to Map and Set data structures in Java. 1:50:50 - Understanding key-value pairs in data structures. 1:52:15 - Maps store key-value pairs for related data structures. 1:52:59 - Introduction to HashMap implementation in Java Collections. 1:54:58 - Java Collections Framework introduces mapping similar to Python's dictionaries. 1:55:38 - Understanding HashMap operations in Java Collections Framework. 1:57:17 - Introduction to Sets in Java Collections Framework. 1:57:59 - HashMap order and entry set concepts explained. 1:59:28 - Understanding entry manipulation in a HashMap.
@jaspreeet.sachdeva9 күн бұрын
What an explanation of Collections. I am a 10 years experienced Java Developer, yet I learned so many new things about Collections today. Can't resist paying for this video. Glad I found the donate link in the comments, definitely donating for this great lecture, Sir 🙏
@mahnoornaeem88282 ай бұрын
Unbelievable and at the same time i am grateful, such type of deep understanding in free course even it's not available anywhere in paid. Hats off man your efforts and all.
@tinkumaji19452 ай бұрын
I was waiting for this video and here it is with a bang, a full fledged 8 hrs video on Collection Framework and Java 8 together. Hats off to you man! 🙌 ❤️
@beast_C_hack3 күн бұрын
I have watched so many videos of yours, and slowly realising that, if u made videos like this u will be the godfather of java🙌🙌
@mahavirsingh5790Ай бұрын
5 din lag gye poori video dekhne mai finally got completed very helpful
@aryanagnihotri99454 күн бұрын
abcd...falna...dimkana 😄Honestly, I’ve tried understanding collections deeply before, but most tutors just stick to the basic methods. Except for Durga Sir-he explains in detail, but his lessons take a lot of time. However, you made it so easy to understand. Thank you for that! just for information 1:18:22 Java 21 se addFirst, addLast and others methods List Interface me include kr diye hai
@rachnashah-b5s2 ай бұрын
Absolutely amazing! I truly appreciate everything about this video-its knowledge, presentation, and the motivational touch infused with humor. I was so captivated that I couldn't stop watching until the very end. I completed it in one continuous 10-hour sitting! A heartfelt thank you for your effort and invaluable suggestions.👏👏👏👏👏
@tanishajaiswal75592 ай бұрын
I was searching for a perfect video for Java collections for the past 1 week. Finally got it today from you. Thanks a lot.
@amitlodhi21272 ай бұрын
Your way of explanation is mind blowing ...... i appreciate your way of teaching and explanation ❤
@abhayshivhare837412 күн бұрын
Absolutely brilliant explanation! 🔥 The depth and clarity of this video are unmatched. I’ve watched so many tutorials, but none come close to this one. Thank you for making learning so enjoyable and effective!
@TheSkillGroАй бұрын
Man na padeja , the way you teach is incomparable to any other KZbinrs or udemy instructors there. I have been watching online courses from a long time, but you are very unique. You have very good knowledge of the domain, you teach the things in a very cosy and funny way, that’s to in native language , which makes us easy to understand complex things. Feels like watching some very funny movie, don’t have to stress ourselves to learn something complex
@priyampradhan154315 күн бұрын
Whenever I face any issue with collection internal working, structure or Stream API , i just open this video, I get 99% of the answers. Hats off Vipul Sir. Much respect
@Mr.Bhanurajput2 ай бұрын
I am really appreciate your efforts to create this complete collection video. you are correct no one provided this much of details level information simple way in the single video. Keep it up and all the best.
@ErVikashMehta21 күн бұрын
It had taken 20 days to complete this lecture with practice and notes. I have understood 99% of this video. I don't have words to explain. This video made my logical thinking of programming completely different. Thanks a lot 🙏 ❤️
@sadarsistersАй бұрын
Sir, could not stop myself from commenting after watching the entire series. Hats off for all the hard work that has gone in creating this series. It is absolutely amazing. And your funny statements in between made it feel like we are actually in class room enjoying live demonstration. Have never commented for any youtube video before. Thank you so much for creating this. Really really helpful if someone wants to understand in depth.
@chhavigupta13822 ай бұрын
Such a valuable video...easy explanation of difficult topics like collection and stream..Thanks !!
@LUFI-Munki2 ай бұрын
Literally teaching in desi style makes it easy to understand java collection. I have already done it still i am watching. Keep making these type of videos. Thank you ❤
@pawangunjkarАй бұрын
This Video is an absolute gem. Please share PPT with us it will help us for revision.
@sagarrodge6985Ай бұрын
I spent two weeks completing the video and learned a lot of new things. I will rewatch it a couple of times to understand more. Thanks for the great video, Vipul.🙂
@rishabhaggarwal8338Күн бұрын
Excellent explanation and implementation of the collections, Sir.
@Enthusiastic-Me2 ай бұрын
Today I have completed this video. I have been watching for week. As you said we will definitely need to practice and revise this. This is very informative and descriptive video. Nobody can make such detailed video with such dedication. Hats off Legend...
@rohansvocals1224 күн бұрын
Bro you make concepts crystal clear:)
@RohitKumar-dz8dh2 ай бұрын
OMG unbelievable❤. Your contribution will be legendary ❤.
@mute_show2 ай бұрын
As a Java Backend Developer I was in the search of a Instructor who can meet my expectation to brush up the concept and i landed on this channel. I guarantee that no other instructor beat you in terms of teaching methodology and hands on practice. recently finish this masterclass and i am much confident than prior, thanks alot sir for helping us
@vinitajain8822 ай бұрын
I really appreciate all the hard work you've put in. It's no surprise-this is hands down one of the top KZbin channels, offering nothing but top-tier content!
@anuragnegi464715 күн бұрын
Completed Thanks❤️
@dhruvsolanki4473Ай бұрын
Thank you for this high-quality content, you are an amazing teacher. I watched it till the end, and it requires a great deal of dedication to build something like this. Kudos to you!😃
@reach2kabhishek2 ай бұрын
University aur saare Edtech band ho jaenge ab toh.. Salute to you efforts. I've seen many channels and preparation material for Java but you post the most comprehensive content. Simply unbeatable.
@rahulpandey1855Ай бұрын
Thank you :)! I completed it in 4 days. But as you said will and watch whenever needed to refresh. Thanks Again!
@p...p2 ай бұрын
Instead of repeatedly using the same variable in collectors e.g., groupingBy(x -> x), ➡can be simplify to ➡ groupingBy(Function.identity()) ✅. Example 6: Similarly, for stream().collect(Collectors.toMap(k -> k, v -> 1, (x, y) -> x + y)), ↘ it can be made more concise as ➡➡ stream().collect(Collectors.toMap(Function.identity(), v -> 1, Integer::sum)) ✅
@BhagatSingh-z9gАй бұрын
you are awesome bro....anyone can teach but the way you do, is outstanding.....I can't loose focus, when watching...Thanks a lot bro!!
@itsmemyme2 ай бұрын
BHAI same as Mosh Channel Copy yaar aur takla best and suitable bro and you nailed it
@ProCodeParadigmАй бұрын
Thank you 👍
@rameshprasadkohar346313 күн бұрын
Such a masterpiece on the whole of KZbin, I watched the full video. Thank you so much sir for your great effort ❤❤❤
@kamleshpandey46352 ай бұрын
I found very useful to refresh all topics and concepts of Collections …thank you for all your hard work Vipul …tons of gratitude to you !!!
@Hiphopmyvoice4 күн бұрын
Sir , maine do bar ye video dekh liye bohot maza aaye aur bohat kuch seeikha ......❤
@fun_code_info2 ай бұрын
Excellent sir abhi tak kisi ne bhi sikha ya nhi hai istari khe se hashmap tak all concepts clear thank you agghe bhi dekunga sir very useful video hash map complete video 2:41:57 ❤👍💯
@TheQuantumClips2 ай бұрын
Thank you so much. This series has helped me to understand streams very efficiently.
@p...p2 ай бұрын
I already have about 60 % knowledge of the Java Collection Framework , and I estimate it will take me a week or two ⌛ to complete this video and revisit a few sections for better understanding. Thanks for such an informative ✅, content-rich🤯 video! [currently I am at LinkedBlockingQueue ]
@bhaktikhaire82718 күн бұрын
Best Collection video on the internet.💯
@crkreads2 ай бұрын
Awesome…thank u
@kapilkhandelwal48Ай бұрын
Your voice is like a profeesional voice artist.An amazing learning experience thanks for this high quality content.
@Bhaumik_Tiwari2 ай бұрын
i was eagerly waiting for this...thankyou
@subhamnandi50192 ай бұрын
One in a lakhs. Aise video banate rahe sir bahut help hogi. Lots of respect guru ji. ❤
@vishalbirajdar9577Ай бұрын
Great Playlist !!
@p...p2 ай бұрын
🥳🥳Finally completed 🥳🥳the full video! As you mentioned, I'm sure I've forgotten many things and will watch it again multiple times.
@ankitsavani5452Ай бұрын
Best video to learn Java Collections Framework and Stream API.
@Stranger_SP32 ай бұрын
The Best Teacher , Mentor and Educator Ever❤❤❤❤
@piyush92662 ай бұрын
This is really mind-blowing content. I'm happy to see you after multithreading. What quality content!!! Thank you so much from the bottom of my heart. Love you.
@p...p2 ай бұрын
agree it was amazing and subscribed while watching multithreading video (it was mind blowing content about multithreading in Java)
@aryan28952Ай бұрын
sir you are really a gem for students like us who finds such knowledge that you are providing.....I am also following your spring boot course and it's awesome.
@pranjaldwivedi96482 ай бұрын
Thankyou so much Vipul, you are a good teacher, keep explaining the topics in depth, you touch most of the practical use cases, interview questions, keep up the good work! As an experienced Java developer I do feel you when you say - "Koi nahi batayega aapko sir ye" ! :)
@vineetsingh16202 ай бұрын
Best Collection video ever on KZbin.🙏🙏🙏
@REHANKHAN-ip4ycАй бұрын
Thank you so much for this incredible video! Your detailed explanations and clear examples have been immensely helpful. I truly appreciate the effort and dedication you put into creating such valuable content. Keep up the fantastic work! 🎉
@abhivir-pc5xnАй бұрын
Thank you for the extensive content……really helpful in learning the collections.
@sajidsaifi891Ай бұрын
💚💚 Thank you !! I am sharing your amazing video in my connections.
@pratikkumar332Ай бұрын
Sir you are just awesome.Yesterday i completed full video.Thank you so much.
@nirbhaysingh37312 ай бұрын
Just a one-word awesome explanation, I have never seen such a deep explanation not in the paid courses.
@namitapattanaik16772 ай бұрын
Thanks a lot for this video. All info in single video with great explanation and programming.
@vaibhavnarware8433Ай бұрын
Man ki aankho se dekh liya sir😁😁Best video for Collections and Streams👍🏻🙌🏻
@rohitchindarkar26312 ай бұрын
"Thank you so much for your hard work and dedication in making these videos! Your explanations make even complex topics feel manageable. It would be incredibly helpful if you could create a series on file handling in Java, covering everything from the basics to advanced techniques. This is a topic that’s so important but often difficult to grasp without clear guidance. Thanks again for all that you do!"🙏
@AnshMehta-q2h2 ай бұрын
Bhai You are the one who is guiding me through my placement i love your content and you hardwork the way you explain stuff is just amazing, even a beginner wouldn't feel scared to start with advanced concepts with your explanation. Engineering Digest Meri Jaan Hai
@EngineeringDigest2 ай бұрын
Thanks a ton
@sourabhboriya6282Ай бұрын
really helpful video, a must watch for everyone, who is learning collection.
@harshsinghwithcloud28392 ай бұрын
absolutely highly appreciated!!✅
@srinivasgarnepalli3406Ай бұрын
Thank you for your efforts in bringing up this content. Have finished till EnumMap will complete it.
@Abhi_JavaАй бұрын
I’ve watched the entire Java playlist, and I can't thank you enough for putting together such a powerful resource. Your teaching style is truly inspiring-your passion and clarity make learning Java a joyful experience.I was really struggling to grasp Java, but your step-by-step approach and the way you explain complex concepts with ease have completely transformed my understanding. From HashMaps and LinkedLists to concurrent collections and Stream operations, everything now makes perfect sense. This course is a game-changer for anyone serious about mastering Java. You've not only taught me Java but have also reignited my love for learning. Your teaching style is truly inspiring-your passion and clarity make learning Java a joyful experience. Thank you for sharing your knowledge and making the journey so exciting!🙏🙏🙏🙏
@chaitanya812Ай бұрын
sir keep up with the series, the quality of the content and your explanation is amazing, absolutely loving the series🔥
@ravindrakushwahakrishnaАй бұрын
I appreciate this valuable course, sir. Thank you!
@AbhishekMishra_RishiАй бұрын
aaj phli bar maine 8 hour ki video dekhi hai aur ek bhi part miss nahi kiya kyun ki mere liye har ek topic bhot important tha thank you sir 😊😊😊😊😊😊😊😊
@042.sayedzeeshanhyder3Ай бұрын
Very Nice Lecture Sir Concepts got cleared. Thank you Sir!
@kpramanath2471Ай бұрын
Thanks for the video!
@sumitdixit73665 күн бұрын
Amazing content sir.
@rohandeshmukh-n4nАй бұрын
Best lecture of all time for java collections framework , Great tutorial bhaiya :)
@madhusudankumar9064Ай бұрын
Completed sir thanks
@igotnochilll2 ай бұрын
Most awaited videos till now, A huge thanks to you big Brother 💗💗
@annoymousyt39312 ай бұрын
I love You. I Love love love You. Because When I started learning Java, I always wondered how Collections of Java work and How everything works. Bhaiya Dil jit liya ... 2 months se wait kar rha tha issh video ka. Literally Bhaiya ne Maan ko kush kar diya. Dekho abhi main video full dekha nahi. But I will assure that Complete karunga and Doobara Feedback dunga. Thank You man. Like big Brother.
@DMetals21 күн бұрын
chize samaj m aa rai hai bhai aur bhot hi bidya hai video.
@igcrazy_Ай бұрын
I m starting this video at 2:17 pm 22dec 2024 ... Let's see when I will complete the whole video
@noorulabdeen54512 ай бұрын
U are providing one of the best content
@RahulKumar-p6k9l2 ай бұрын
It is such a beautiful and valuable video.Salute for this❤🙌
@Vithal_Nivargi2 ай бұрын
Nice explanation ❤
@ritiknagar87212 ай бұрын
Sir Aaj tak kisi coding channel p comment nhi ki pr aapke isme kr rha hu , thank you sir for this . ❤ We really appreciate your hard work . ❤
@ayushvermaverma45612 ай бұрын
video is indeed the best on platform but its too lengthy i will recommend you to make short length video & a playlist dedicated to it with multiple video
@sumitkushwaha8113Ай бұрын
must watch for collections.
@memevers-e2 ай бұрын
Thanks sir for this type of quality
@Rajeshsingh-c6t9c21 күн бұрын
amazing content💥💥💫💫
@asthagupta240322 күн бұрын
Best tutorial video for collections
@arjunsingh44342 ай бұрын
best collection framework video thank you sir
@AigensarveshchitkeshiwarАй бұрын
thanks for shared information's
@kushalgoswami30478 күн бұрын
Wonderful tutorial this is. Sir kindly yeh ppt share kijiye to achha rehta.
@asshwatthamaa19112 ай бұрын
From ArrayList, HashMap, to Set... Vipul bhai making us wet🫣