Skip to content
Sale

Dr Heinz M. Kabutz – Data Structures in Java Quiz Walkthrough

Original price was: $97.00.Current price is: $31.50.

One of the most requested features of our popular Data Structures in Java Course is to do the quiz a second time. And the most common questions are about the quiz, rather than the training material.

Description

Unlock your potential with the Unlock your potential with the Dr Heinz M. Kabutz – Data Structures in Java Quiz WalkthroughDr Heinz M. Kabutz – Data Structures in Java Quiz Walkthrough course for only course for only Original price was: $97.00.Original price was: $97.00.Current price is: $31.50.Current price is: $31.50. at at Giolib.comGiolib.com! Explore our comprehensive library of over 60,000 downloadable digital courses across various ! Explore our comprehensive library of over 60,000 downloadable digital courses across various Business & SalesBusiness & Sales. Get expert-led, self-paced learning at up to 80% savings. Elevate your skills today!. Get expert-led, self-paced learning at up to 80% savings. Elevate your skills today!

Dr Heinz M. Kabutz - Data Structures in Java Quiz Walkthrough

Dr Heinz M. Kabutz – Data Structures in Java Quiz Walkthrough

One of the most requested features of our popular One of the most requested features of our popular Data Structures in Java Course is to do the quiz a second time. And the most common questions are about the quiz, rather than the training material.

Unfortunately, since the quiz is graded, it is not possible to reset it.Unfortunately, since the quiz is graded, it is not possible to reset it.

This course solves both. First off, you can do the quiz as many times as you like. Secondly, each sections has detailed explanations of why we think our answers are correct.This course solves both. First off, you can do the quiz as many times as you like. Secondly, each sections has detailed explanations of why we think our answers are correct.

Note: This is a companion course to our Note: This is a companion course to our Data Structures in Java Course and does not replace it.

The original Data Structures in Java Course was written for Java 9. The quiz looks at the very latest version of Java, as of writing that is Java 14-ea.The original Data Structures in Java Course was written for Java 9. The quiz looks at the very latest version of Java, as of writing that is Java 14-ea.

Your Instructor Your Instructor

Dr Heinz M. Kabutz

Dr Heinz M. KabutzDr Heinz M. Kabutz

Heinz Kabutz is the author of Heinz Kabutz is the author of The Java Specialists’ Newsletter, a publication enjoyed by tens of thousands of Java experts in over 145 countries. His book “Dynamic Proxies (in German)” was #1 Bestseller on Amazon.de in Fachbücher für Informatik for about five minutes until Amazon fixed their algorithm. Thanks to a supportive mother, he has now sold 5 copies.

Heinz’s Java Specialists’ newsletter is filled with amusing anecdotes of life on the Island of Crete. He is a popular speaker at all the best Java conferences around the world, and also at some of the worst. He teaches Java courses in classrooms around the world, where his prime objective is to make absolutely sure that none of his students fall asleep. He is not always successful.Heinz’s Java Specialists’ newsletter is filled with amusing anecdotes of life on the Island of Crete. He is a popular speaker at all the best Java conferences around the world, and also at some of the worst. He teaches Java courses in classrooms around the world, where his prime objective is to make absolutely sure that none of his students fall asleep. He is not always successful.

Course Curriculum

Data Structures in Java Quiz WalkthroughData Structures in Java Quiz Walkthrough
Section 1 – Introduction to Collections in Java Section 1 – Introduction to Collections in Java

1. Welcome (2:08)1. Welcome (2:08)

2. Computational Time Complexity (19:17)2. Computational Time Complexity (19:17)

3. Space Complexity (4:04)3. Space Complexity (4:04)

4. Arrays (10:47)4. Arrays (10:47)

Section 2 – ListsSection 2 – Lists

5. Lists (13:23)5. Lists (13:23)

6. ArrayList (7:10)6. ArrayList (7:10)

7. Iteration (2:11)7. Iteration (2:11)

8. CopyOnWriteArrayList (3:19)8. CopyOnWriteArrayList (3:19)

9. LinkedList (3:32)9. LinkedList (3:32)

10. Vector (3:43)10. Vector (3:43)

11. Stack (0:56)11. Stack (0:56)

12. Sorting lists (14:22)12. Sorting lists (14:22)

Section 3 – SetsSection 3 – Sets

13. Sets (2:00)13. Sets (2:00)

14. TreeSet (4:14)14. TreeSet (4:14)

15. ConcurrentSkipListSet (4:35)15. ConcurrentSkipListSet (4:35)

16. CopyOnWriteArraySet (9:37)16. CopyOnWriteArraySet (9:37)

Section 4 – HashingSection 4 – Hashing

17. Hashing (4:25)17. Hashing (4:25)

18. HashSet (3:53)18. HashSet (3:53)

19. ConcurrentHashMap.newKeySet() (0:51)19. ConcurrentHashMap.newKeySet() (0:51)

Section 5 – MapsSection 5 – Maps

20. Maps (2:09)20. Maps (2:09)

21. HashMap (6:34)21. HashMap (6:34)

22. ConcurrentHashMap (2:23)22. ConcurrentHashMap (2:23)

23. TreeMap (1:56)23. TreeMap (1:56)

24. ConcurrentSkipListMap (0:54)24. ConcurrentSkipListMap (0:54)

25. Hashtable (3:12)25. Hashtable (3:12)

26. LinkedHashMap and LinkedHashSet (1:52)26. LinkedHashMap and LinkedHashSet (1:52)

27. Highly Specialized Collections: EnumSet, EnumMap, IdentityHashMap, Properties, WeakHashMap (26:04)27. Highly Specialized Collections: EnumSet, EnumMap, IdentityHashMap, Properties, WeakHashMap (26:04)

Section 6 – Queues and DequesSection 6 – Queues and Deques

28. Queues and Deques (1:40)28. Queues and Deques (1:40)

29. ConcurrentLinkedQueue and ConcurrentLinkedDeque (7:22)29. ConcurrentLinkedQueue and ConcurrentLinkedDeque (7:22)

30. ArrayDeque (3:47)30. ArrayDeque (3:47)

31. BlockingQueues (1:50)31. BlockingQueues (1:50)

32. LinkedBlockingQueue and LinkedBlockingDeque (5:29)32. LinkedBlockingQueue and LinkedBlockingDeque (5:29)

33. ArrayBlockingQueue (2:14)33. ArrayBlockingQueue (2:14)

34. Highly specialized queues: DelayQueue, SynchronousQueue, LinkedTransferQueue (3:11)34. Highly specialized queues: DelayQueue, SynchronousQueue, LinkedTransferQueue (3:11)

35. PriorityQueue and PriorityBlockingQueue (4:34)35. PriorityQueue and PriorityBlockingQueue (4:34)

Section 7 – Collection FacadesSection 7 – Collection Facades

36. java.util.Collections (2:38)36. java.util.Collections (2:38)

37. java.util.Arrays (5:57)37. java.util.Arrays (5:57)

Section 8 – Thanks for WatchingSection 8 – Thanks for Watching

38. Conclusion (0:32)38. Conclusion (0:32)


Sales Page
Archive Page

Future-proof your knowledge with the Future-proof your knowledge with the Dr Heinz M. Kabutz – Data Structures in Java Quiz WalkthroughDr Heinz M. Kabutz – Data Structures in Java Quiz Walkthrough course at course at GiOlibGiOlib! Enjoy lifetime access to high-quality digital content, crafted to advance your career and personal development.! Enjoy lifetime access to high-quality digital content, crafted to advance your career and personal development.

  • Lifetime Access:Lifetime Access: Permanent access to all purchased courses. Permanent access to all purchased courses.
  • Smart Savings:Smart Savings: Benefit from prices up to 80% off original course costs. Benefit from prices up to 80% off original course costs.
  • Safe Transactions:Safe Transactions: Process your payments securely. Process your payments securely.
  • Practical Insights:Practical Insights: Gain actionable skills relevant to today's demands. Gain actionable skills relevant to today's demands.
  • Instant Availability:Instant Availability: Begin your course immediately after payment. Begin your course immediately after payment.
  • Flexible Learning:Flexible Learning: Access content effortlessly on any device. Access content effortlessly on any device.

Start expanding your horizons with Start expanding your horizons with GiOlibGiOlib!!

Cart
Back To Top