FileMood

Download Udemy - Java Collections Framework Core, Advanced & Interview Prep (11.2024)

Udemy Java Collections Framework Core Advanced Interview Prep 11 2024

Name

Udemy - Java Collections Framework Core, Advanced & Interview Prep (11.2024)

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

12.6 GB

Total Files

177

Last Seen

Hash

3A91E44D945A9EFCBAAC7F3F7ED669B937C006EC

/1 - Module 1 Introduction to Collections/

1 -1.1 Intorduction to collections.mp4

18.5 MB

1 - Module 1 Introduction to Collections/

2 -1.2 Collection Framework Overview.mp4

188.1 MB

3 -1.3 Map Collection Hierarchy.mp4

51.9 MB

4 -1.4 Is Array Part of Coleection.mp4

85.2 MB

5 -1.5 Benefits of Using Collections.mp4

37.2 MB

6 -1.6 Generics in Collection.mp4

196.6 MB

/resources/

02. Java Collections Framework Overview.pdf

3.5 MB

05. Benefits of Using Collections.pdf

1.2 MB

What is Collection .pdf

1.1 MB

2 - Module 2 Core Interfaces of the Collection Framework/

1 -2.1 Introduction to Core Interfaces of The Collection Framework.mp4

36.7 MB

10 -2.10 Queue Interface.mp4

263.3 MB

11 -2.11 Map Interface.mp4

123.9 MB

2 -2.2 Iterable Interface Part 1 - Iterator and it's methods.mp4

284.5 MB

3 -2.3 Iterable Part 2 - forEach () Method.mp4

113.1 MB

4 -2.4 Iterable Part 3 - spliterator () Method and Spliterator Interface.mp4

319.3 MB

5 -2.5 Collection Interface.mp4

648.8 MB

6 -2.6 List Interface Part 1.mp4

567.9 MB

7 -2.7 List Interface Part2 - clear(), equals(), get(), set().mp4

184.1 MB

8 -2.8 List Interface Part 3.mp4

634.6 MB

9 -2.9 Set Interface.mp4

168.0 MB

/resources/

02. Iterable Interface.pdf

711.6 KB

05. Collection Interface.pdf

551.6 KB

10. Queue Interface.pdf

397.1 KB

11. Map Interface.pdf

3.7 MB

List Interface.pdf

607.8 KB

Set Interface.pdf

606.9 KB

/resources/practice/InterfacesTest/CollectionInterface/

CollectionTest.java

3.7 KB

/resources/practice/InterfacesTest/

IterableTest.java

1.7 KB

SpliteratorTest.java

1.2 KB

/resources/practice/InterfacesTest/ListInterface/

CopyOfTest.java

0.4 KB

EqualityCheck.java

0.5 KB

IndexOfTest.java

0.5 KB

ListIntfSorting.java

0.9 KB

ListIntfTest.java

1.7 KB

ListIteratorTest.java

0.8 KB

OfTest.java

0.2 KB

ReplaceAllExample.java

0.4 KB

SublistTest.java

0.4 KB

/resources/practice/InterfacesTest/MapInterface/

MapIntrfsTest.java

1.1 KB

/resources/practice/InterfacesTest/QueueInterface/.vscode/

settings.json

0.1 KB

/resources/practice/InterfacesTest/QueueInterface/

hi.py

1.0 KB

QueueIntrfs.java

1.3 KB

/resources/practice/InterfacesTest/SetInterface/

SetTest.java

0.7 KB

3 - Module 3 Collection Classes and Implementations/

1 -3.1 Intro to Collection Classes.mp4

34.0 MB

10 -3.10 Priority Queue.mp4

210.2 MB

11 -3.11 Deque Implementations.mp4

130.2 MB

2 -3.2 ArrayList Implementation.mp4

559.7 MB

3 -3.3 LinkedList Implementation.mp4

601.2 MB

4 -3.4 LinkedList Queue Operations.mp4

265.9 MB

5 -3.5 Vector and Stack.mp4

52.3 MB

6 -3.6 Synchronization in Vector and Stack.mp4

181.6 MB

7 -3.7 Difference Between ArrayList and Vector.mp4

30.8 MB

8 -3.8 HashSet and LinkedHashSet.mp4

58.6 MB

9 -3.9 TreeSet.mp4

238.4 MB

/Resources/

01. Intro to Collection Classes.pdf

1.6 MB

02. ArrayList.pdf

704.8 KB

03. Linked List.pdf

2.5 MB

05. Vector and Stack.pdf

1.2 MB

07. Differences Between ArrayList and Vector.pdf

439.4 KB

08. HashSet and LinkedHashSet.pdf

1.2 MB

09. TreeSet.pdf

166.5 KB

10. PriorityQueue.pdf

439.7 KB

11. Deque Implementations.pdf

694.3 KB

/Resources/practice/ArrayListPracticle/

ArrayListTest.java

0.8 KB

/Resources/practice/LinkedListPracticle/

LinkedListTest.java

0.7 KB

/Resources/practice/PriorityQueue/

DequeTest.java

0.8 KB

QueueTest.java

2.0 KB

/Resources/practice/TreeSetPracticle/

TreeSetExample.java

0.9 KB

/Resources/practice/VectorAndStack/

Example1.java

0.4 KB

StackExample.java

0.6 KB

VectorExample.java

0.4 KB

VectorSynchronizationExample.java

1.9 KB

4 - Module 4 Advanced Concepts/

1 -4.1 Intro to Advanced Concepts in Java Collection Framework.mp4

19.1 MB

2 -4.2 Iterator and List Iterator.mp4

325.5 MB

3 -4.3 Differences Between Iterator and List Iterator.mp4

128.5 MB

4 -4.4 FileFast and FileSafe Iterators.mp4

111.2 MB

5 -4.5 Comparators and Comparables.mp4

285.2 MB

6 -4.6 Synchronized Collection.mp4

107.6 MB

7 -4.7 Performance Consideration of Synchronized Collections.mp4

110.2 MB

8 -4.8 Concurrent Collections.mp4

259.6 MB

9 -4.9 Immutable Collections.mp4

180.7 MB

/Resources/

Module 4 - Advanced Concepts of Java Collection Framework.pdf

16.2 MB

/Resources/practice/ComparatorAndComparables/

ComparableTest.java

1.3 KB

/Resources/practice/ConcurrentCollections/

BlockingQueueDemo.java

1.6 KB

ConcurrentHashMapTest.java

1.1 KB

CopyOnWriteArrayListDemo.java

0.9 KB

/Resources/practice/FailFastAndFailSafeIterators/

FailFastDemo.java

0.7 KB

FailSafeDemo.java

0.8 KB

/Resources/practice/ImmutableCollections/

ImmutableTest.java

1.1 KB

/Resources/practice/SynchronizedCollections/

SynchronizedColectionPerformance.java

1.0 KB

SynchronizedSetsAndMapsDemo.java

0.9 KB

5 - Module 5 Java 8 Enhancements to CollectionsStream API/

1 -5.1 Intro to Java 8 Enhancements to Collections.mp4

17.3 MB

2 -5.2 Introduction to Stream API.mp4

119.2 MB

3 -5.3 Intermediate and Terminal Operations.mp4

178.9 MB

4 -5.4 Parallel Streams.mp4

168.6 MB

5 -5.6 Internal vs External Iteration.mp4

66.2 MB

6 -5.7 Collectors Class Overview.mp4

387.0 MB

7 -5.8 Lambda Experessions.mp4

140.3 MB

/resources/

Module 5 - Java 8 Enhancements to Collections.pdf

9.3 MB

/resources/practice/

CollectorsOverview.java

4.1 KB

ExternalAndInternalIteration.java

1.4 KB

ForEachDemo.java

0.5 KB

IntermediateOperationsDemo.java

0.7 KB

LambdaTest.java

0.4 KB

LazyStreamDemo.java

0.5 KB

NonDestructiveStreamDemo.java

0.4 KB

ParallelStreamDemo.java

1.9 KB

StreamDemo.java

0.6 KB

TerminalOperationsDemo.java

0.6 KB

6 - Module 6 Concurrent Collections/

1 -6.1 Intro to Concurrent Collections.mp4

36.9 MB

2 -6.2 Concurrent HashMap.mp4

84.2 MB

3 -6.3 CopyOnWriteArrayList.mp4

221.1 MB

4 -6.4 CopyOnWriteArraySet.mp4

116.2 MB

5 -6.5 BloackingQueue Interface and its implementations.mp4

350.0 MB

6 -6.6 ConcurrentLinkedQueue and ConcurrentLinkedDeque.mp4

163.7 MB

/resources/

Module 6 - Concurrent Collections.pdf

6.2 MB

/resources/practice/

ArrayBlockingQueueDemo.java

1.1 KB

ChatRoom.java

1.9 KB

ConcurrentLinkedDequeDemo.java

0.9 KB

ConcurrentLinkedQueueDemo.java

0.8 KB

CopyOnWriteDemo.java

0.4 KB

CopyOnWriteSetDemo.java

0.5 KB

DelayQueueDemo.java

1.5 KB

LinkedBlockingQueueDemo.java

1.3 KB

PriorityBlockingQueueDemo.java

1.3 KB

UserRegestration.java

1.4 KB

7 - Module 7 Algorithms and utilities in Collections/

1 -7.1 Introduction to Algorithms and Utilities in Collections.mp4

13.0 MB

2 -7.2 Sorting in Collections.mp4

126.2 MB

3 -7.3 Searching (linear Search vs Binary Search).mp4

209.0 MB

4 -7.4 Shifting Reversing and Roatating Operations in Collections.mp4

130.8 MB

5 -7.5 Frequency and Disjoint Methods in Collections.mp4

41.7 MB

6 -7.6 Copying and Filling in Collections.mp4

90.3 MB

7 -7.7 Arrays Class in Java.mp4

242.6 MB

/resources/

Module 7 - Algorithms 
and utilities in Collections.pdf

2.2 MB

/resources/practice/

ArraysClass.java

2.4 KB

BinarySearchTest.java

0.5 KB

CopyingExample.java

0.5 KB

CustomSortingDemo.java

0.8 KB

DisjointExample.java

0.5 KB

FillingExample.java

0.4 KB

FrequencyExample.java

0.5 KB

LinearSearchTest.java

0.5 KB

NaturalSortingDemo.java

0.5 KB

ReverseTest.java

0.3 KB

RotatingTest.java

0.3 KB

ShufflingTest.java

0.4 KB

8 - Module 8 Practical Examples and Use Cases/

1 -8.1 Managing a To-Do List with List Implementation.mp4

279.8 MB

2 -8.2 Caching Mechanism in Maps.mp4

165.6 MB

3 -8.3 TaskSheduling Using PriorityQueue.mp4

109.4 MB

4 -8.4 Maintaining Unique User Sessions with Set Implementations.mp4

76.5 MB

5 -8.5 Common Pitfalls and Best Practices.mp4

211.4 MB

/Resources/

Module 8 - Algorithms and utilities in Collections.pdf

247.9 KB

/Resources/practice/.vscode/

settings.json

0.2 KB

/Resources/practice/

CommonPitfallsAndBestPractices.java

3.0 KB

FibonacchiCache.java

0.7 KB

LRUCache.java

0.7 KB

MaintainingUniqueUserSessionsWithSets.java

1.2 KB

ToDoListApp.java

3.9 KB

ToDoListAppFinal.java

3.9 KB

TSusingPQ.java

1.7 KB

9 - Module 9 Collection Framework in Interviews/

1 -9.1 Introduction to Collections in Interviews.mp4

15.5 MB

10 -9.10 Java ArrayList Hacker Rank Challenge.mp4

102.8 MB

11 -9.11 Java HashSet Hacker Rank Challenge.mp4

75.4 MB

12 -9.12 Java Deque Hacker Rank Challenge.mp4

78.7 MB

13 -9.13 Java Map Hacker Rank Challenge.mp4

56.7 MB

2 -9.2 How does ConcurrentHashMap achieve thread-safety without locking the entire.mp4

84.2 MB

3 -9.3 What is the internal difference between HashMap and LinkedHashMap.mp4

101.1 MB

4 -9.4 How does the TreeMap handle element comparisons.mp4

86.1 MB

5 -9.5 Weak references in WeakHashMap, and how do they affect garbage collection.mp4

76.5 MB

6 -9.6 Difference between a CopyOnWriteArrayList and a regular ArrayList.mp4

84.0 MB

7 -9.7. How does LinkedHashSet maintain order, and how does it differ from HashSet.mp4

53.5 MB

8 -9.8. How does the NavigableMap interface extend the capabilities of SortedMap.mp4

71.0 MB

9 -9.9 Java List Hacker Rank Challenge.mp4

73.8 MB

/resources/

Module 9 - Collection Framework in Interviews.pdf

1.5 MB

/resources/practice/

CCHashMap.java

0.7 KB

HMandLHM.java

1.2 KB

WeakHashMapTest.java

0.7 KB

 

Total files 177


Copyright © 2026 FileMood.com