1. Урок 1. 00:00:39
    1- Introduction
  2. Урок 2. 00:00:43
    1- Introduction
  3. Урок 3. 00:03:46
    2- What are Exceptions
  4. Урок 4. 00:03:41
    3- Types of Exceptions
  5. Урок 5. 00:02:06
    4- Exceptions Hierarchy
  6. Урок 6. 00:03:52
    5- Catching Exceptions
  7. Урок 7. 00:04:29
    6- Catching Multiple Types of Exceptions
  8. Урок 8. 00:04:11
    7- The finally Block
  9. Урок 9. 00:02:27
    8- The try-with-resources Statement
  10. Урок 10. 00:04:42
    9- Throwing Exceptions
  11. Урок 11. 00:03:08
    10- Re-throwing Exceptions
  12. Урок 12. 00:04:19
    11- Custom Exceptions
  13. Урок 13. 00:04:57
    12- Chaining Exceptions
  14. Урок 14. 00:00:56
    13- Summary
  15. Урок 15. 00:00:28
    1- Introduction
  16. Урок 16. 00:03:33
    2- The Need for Generics
  17. Урок 17. 00:03:23
    3- A Poor Solution
  18. Урок 18. 00:04:28
    4- Generic Classes
  19. Урок 19. 00:02:25
    5- Generics and Primitive Types
  20. Урок 20. 00:03:26
    6- Constraints
  21. Урок 21. 00:04:05
    7- Type Erasure
  22. Урок 22. 00:05:39
    8- Comparable Interface
  23. Урок 23. 00:04:49
    9- Generic Methods
  24. Урок 24. 00:02:33
    10- Multiple Type Parameters
  25. Урок 25. 00:04:18
    11- Generic Classes and Inheritance
  26. Урок 26. 00:05:28
    12- Wildcards
  27. Урок 27. 00:00:56
    13- Summary
  28. Урок 28. 00:00:35
    1- Introduction
  29. Урок 29. 00:03:09
    2- Overview of Collections Framework
  30. Урок 30. 00:03:55
    3- The Need for Iterables
  31. Урок 31. 00:05:25
    4- The Iterable Interface
  32. Урок 32. 00:05:27
    5- The Iterator Interface
  33. Урок 33. 00:09:36
    6- The Collection Interface
  34. Урок 34. 00:03:52
    7- The List Interface
  35. Урок 35. 00:04:29
    8- The Comparable Interface
  36. Урок 36. 00:03:52
    9- The Comparator Interface
  37. Урок 37. 00:04:48
    10- The Queue Interface
  38. Урок 38. 00:05:34
    11- The Set Interface
  39. Урок 39. 00:03:45
    12- Hash Tables
  40. Урок 40. 00:06:27
    13- The Map Interface
  41. Урок 41. 00:00:45
    14- Summary
  42. Урок 42. 00:00:48
    1- Introduction
  43. Урок 43. 00:03:52
    2- Functional Interfaces
  44. Урок 44. 00:01:24
    3- Anonymous Inner Classes
  45. Урок 45. 00:03:44
    4- Lambda Expressions
  46. Урок 46. 00:01:57
    5- Variable Capture
  47. Урок 47. 00:03:47
    6- Method References
  48. Урок 48. 00:01:43
    7- Built-in Functional Interfaces
  49. Урок 49. 00:04:07
    8- The Consumer Interface
  50. Урок 50. 00:04:29
    9- Chaining Consumer
  51. Урок 51. 00:02:31
    10- The Supplier Interface
  52. Урок 52. 00:03:01
    11- The Function Interface
  53. Урок 53. 00:04:20
    12- Composing Functions
  54. Урок 54. 00:02:03
    13- The Predicate Interface
  55. Урок 55. 00:02:11
    14- Combining Predicates
  56. Урок 56. 00:03:16
    15- The BinaryOperator Interface
  57. Урок 57. 00:01:14
    16- The UnaryOperator Interface
  58. Урок 58. 00:00:41
    17- Summary
  59. Урок 59. 00:00:42
    1- Introduction
  60. Урок 60. 00:06:25
    2- Imperative vs Functional Programming
  61. Урок 61. 00:05:02
    3- Creating a Stream
  62. Урок 62. 00:05:25
    4- Mapping Elements
  63. Урок 63. 00:03:00
    5- Filtering Elements
  64. Урок 64. 00:04:22
    6- Slicing Streams
  65. Урок 65. 00:05:13
    7- Sorting Streams
  66. Урок 66. 00:02:10
    8- Getting Unique Elements
  67. Урок 67. 00:03:20
    9- Peeking Elements
  68. Урок 68. 00:03:38
    10- Simple Reducers
  69. Урок 69. 00:04:13
    11- Reducing a Stream
  70. Урок 70. 00:06:04
    12- Collectors
  71. Урок 71. 00:04:52
    13- Grouping Elements
  72. Урок 72. 00:02:11
    14- Partitioning Elements
  73. Урок 73. 00:01:26
    15- Primitive Type Streams
  74. Урок 74. 00:00:40
    16- Summary
  75. Урок 75. 00:00:56
    1- Introduction
  76. Урок 76. 00:03:08
    2- Processes and Threads
  77. Урок 77. 00:03:15
    3- Starting a Thread
  78. Урок 78. 00:02:36
    4- Pausing a Thread
  79. Урок 79. 00:02:28
    5- Joining a Thread
  80. Урок 80. 00:02:55
    6- Interrupting a Thread
  81. Урок 81. 00:02:09
    7- Concurrency Issues
  82. Урок 82. 00:05:54
    8- Race Conditions
  83. Урок 83. 00:02:51
    9- Strategies for Thread Safety
  84. Урок 84. 00:03:41
    10- Confinement
  85. Урок 85. 00:03:18
    11- Locks
  86. Урок 86. 00:05:14
    12- The synchronized Keyword
  87. Урок 87. 00:06:34
    13- The volatile Keyword
  88. Урок 88. 00:03:36
    14- Thread Signalling with wait() and notify()
  89. Урок 89. 00:03:26
    15- Atomic Objects
  90. Урок 90. 00:02:10
    16- Adders
  91. Урок 91. 00:03:25
    17- Synchronized Collections
  92. Урок 92. 00:02:38
    18- Concurrent Collections
  93. Урок 93. 00:01:19
    19- Summary
  94. Урок 94. 00:00:39
    1- Introduction
  95. Урок 95. 00:01:47
    2- Thread Pools
  96. Урок 96. 00:06:51
    3- Executors
  97. Урок 97. 00:05:01
    4- Callables and Futures
  98. Урок 98. 00:01:51
    5- Asynchronous Programming
  99. Урок 99. 00:01:39
    6- Completable Futures
  100. Урок 100. 00:03:43
    7- Creating a Completable Future
  101. Урок 101. 00:04:19
    8- Implementing an Asynchronous API
  102. Урок 102. 00:04:05
    9- Running Code on Completion
  103. Урок 103. 00:04:16
    10- Handling Exceptions
  104. Урок 104. 00:04:35
    11- Transforming a Completable Future
  105. Урок 105. 00:06:09
    12- Composing Completable Futures
  106. Урок 106. 00:04:33
    13- Combining Completable Futures
  107. Урок 107. 00:02:49
    14- Waiting for Many Tasks to Complete
  108. Урок 108. 00:02:14
    15- Waiting for the First Task
  109. Урок 109. 00:02:25
    16- Handling timeouts
  110. Урок 110. 00:01:19
    17- Project- Best Price Finder
  111. Урок 111. 00:04:16
    18- Solution- Getting a Quote
  112. Урок 112. 00:04:50
    19- Solution- Getting Many Quotes
  113. Урок 113. 00:04:28
    20- Solution- Random Delays