1. Урок 1. 00:01:47
    Introduction
  2. Урок 2. 00:01:04
    Section introduction
  3. Урок 3. 00:05:14
    The role of the stack
  4. Урок 4. 00:09:36
    Introducing the Heap
  5. Урок 5. 00:05:29
    Passing variables by value
  6. Урок 6. 00:03:31
    How objects are passed
  7. Урок 7. 00:06:13
    The "final" keyword
  8. Урок 8. 00:08:35
    Memory exercise
  9. Урок 9. 00:12:42
    What are excaping references?
  10. Урок 10. 00:09:20
    Avoiding Escaping References
  11. Урок 11. 00:12:54
    Escaping References Exercise
  12. Урок 12. 00:08:40
    String Pools
  13. Урок 13. 00:05:48
    Garbage Eligibility
  14. Урок 14. 00:09:10
    The gc() and finalise() methods
  15. Урок 15. 00:15:47
    Detecting soft leaks
  16. Урок 16. 00:02:12
    Mark and Sweep
  17. Урок 17. 00:09:59
    Generational Garbage Collection
  18. Урок 18. 00:02:45
    Using Visual GC to view a soft leak
  19. Урок 19. 00:03:55
    Using the Memory Analyzer tool
  20. Урок 20. 00:05:00
    Permgen and Metaspace
  21. Урок 21. 00:15:25
    Heap Size
  22. Урок 22. 00:01:14
    Permgen Size
  23. Урок 23. 00:03:27
    Garbage Collection and Generation sizes
  24. Урок 24. 00:00:42
    Generating Heap Dumps
  25. Урок 25. 00:04:52
    Choosing a garbage collector
  26. Урок 26. 00:05:29
    Introducing the application
  27. Урок 27. 00:08:48
    Monitoring the application
  28. Урок 28. 00:09:55
    Fixing a memory leak
  29. Урок 29. 00:04:10
    Weak and soft references