1. Урок 1. 00:11:46
    Hello & Welcome
  2. Урок 2. 00:07:08
    Java 7 & 8 Primer
  3. Урок 3. 00:01:43
    Introduction
  4. Урок 4. 00:23:12
    Serialization with the Decorator Pattern
  5. Урок 5. 00:04:34
    java.io.Serializable
  6. Урок 6. 00:04:24
    Serializing own objects
  7. Урок 7. 00:15:19
    Caching of objects
  8. Урок 8. 00:08:00
    writeObject() and readObject()
  9. Урок 9. 00:06:19
    Versioning of objects
  10. Урок 10. 00:04:08
    Exercises
  11. Урок 11. 00:18:27
    Exercise Walkthrough: Serialization
  12. Урок 12. 00:02:31
    Introduction
  13. Урок 13. 00:05:01
    Creating buffers
  14. Урок 14. 00:07:19
    Little and big endian
  15. Урок 15. 00:16:55
    Writing and reading buffers with channels
  16. Урок 16. 00:12:54
    Memory mapped files
  17. Урок 17. 00:00:57
    Non-blocking IO
  18. Урок 18. 00:01:34
    Exercises
  19. Урок 19. 00:09:34
    Exercise Walkthrough: MappedByteBuffer
  20. Урок 20. 00:02:25
    Introduction
  21. Урок 21. 00:01:03
    Introduction
  22. Урок 22. 00:03:04
    Stack memory StackOverflowError
  23. Урок 23. 00:01:09
    Heap management
  24. Урок 24. 00:02:01
    Weak generational hypothesis
  25. Урок 25. 00:10:11
    Generational spaces
  26. Урок 26. 00:02:25
    Stop-the-world
  27. Урок 27. 00:02:44
    Heap fragmentation
  28. Урок 28. 00:02:34
    Escape analysis
  29. Урок 29. 00:03:06
    Pros and cons of GC
  30. Урок 30. 00:09:52
    Measuring GC activity
  31. Урок 31. 00:01:48
    Exercises
  32. Урок 32. 00:11:50
    Exercise Walkthrough: ThreadMemoryTest
  33. Урок 33. 00:15:48
    Extra: VisualGC Plugin & Censum
  34. Урок 34. 00:04:32
    Common memory problems
  35. Урок 35. 00:02:49
    Memory leaks
  36. Урок 36. 00:04:33
    Loitering objects
  37. Урок 37. 00:02:53
    Object churn
  38. Урок 38. 00:08:17
    Sizing generational spaces
  39. Урок 39. 00:00:31
    Exercises
  40. Урок 40. 00:19:53
    Exercise Walkthrough: FibonacciCalculator
  41. Урок 41. 00:09:54
    Finalizers
  42. Урок 42. 00:12:41
    Introduction
  43. Урок 43. 00:09:06
    Manipulating objects
  44. Урок 44. 00:02:34
    Exercises
  45. Урок 45. 00:08:06
    Exercise Walkthrough: MagicClassInstantiator
  46. Урок 46. 00:14:44
    Exercise Walkthrough: Deep cloning arrays
  47. Урок 47. 00:04:06
    Introduction
  48. Урок 48. 00:10:22
    Computational Time Complexity
  49. Урок 49. 00:08:59
    Iterator
  50. Урок 50. 00:04:00
    Copy-on-write collections
  51. Урок 51. 00:02:21
    Exercises
  52. Урок 52. 00:15:47
    Exercise Walkthrough: TextFile
  53. Урок 53. 00:05:14
    Exercise Walkthrough: Files.lines()
  54. Урок 54. 00:11:24
    How hashing works
  55. Урок 55. 00:10:40
    Hashing - compound keys
  56. Урок 56. 00:01:09
    Exercises
  57. Урок 57. 00:08:14
    Exercise Walkthrough: Pixel hashCode
  58. Урок 58. 00:04:05
    Sorting lists and arrays
  59. Урок 59. 00:06:36
    Natural order with Comparable
  60. Урок 60. 00:12:02
    Comparators
  61. Урок 61. 00:00:58
    TreeMap and TreeSet
  62. Урок 62. 00:02:23
    Exercises
  63. Урок 63. 00:08:46
    Exercise Walkthrough: Programmer rich smart
  64. Урок 64. 00:07:58
    Queues
  65. Урок 65. 00:01:39
    Deques
  66. Урок 66. 00:00:54
    Introduction
  67. Урок 67. 00:04:35
    Error handling
  68. Урок 68. 00:19:43
    Best practices
  69. Урок 69. 00:05:45
    Assertions
  70. Урок 70. 00:00:57
    Exercises
  71. Урок 71. 00:08:23
    Exercise Walkthrough: Thread pool exceptions and assertions
  72. Урок 72. 00:03:35
    Introduction
  73. Урок 73. 00:06:35
    Time in Java
  74. Урок 74. 00:08:38
    Java 8 - JSR 310
  75. Урок 75. 00:00:50
    Exercises
  76. Урок 76. 00:05:27
    Exercise Walkthrough: Date formatting horror
  77. Урок 77. 00:03:08
    Everyone likes to write a logging framework
  78. Урок 78. 00:07:38
    Overview
  79. Урок 79. 00:00:34
    Exercises
  80. Урок 80. 00:18:36
    Exercise Walkthrough: Logging thread pool
  81. Урок 81. 00:06:01
    Best practices
  82. Урок 82. 00:09:16
    Impact on performance
  83. Урок 83. 00:06:42
    Where to next?