The Cycling Tour - Java's Fraught Relationship with Cyclic Object Graphs
Offered By: Devoxx via YouTube
Course Description
Overview
Explore the complexities of cyclic object graphs in Java programming through this 50-minute Devoxx conference talk. Delve into the challenges and pitfalls of creating object references that form cycles within Java programs. Learn why certain operations work seamlessly with cyclic graphs while others lead to unexpected failures. Discover how garbage collection handles cycles effectively, but other system components struggle with them. Examine specific examples of cyclic object graphs causing stack overflows, out-of-memory errors, and serialization failures. Gain insights into the limitations of the JDK in addressing these issues and understand the underlying reasons for these difficulties. Finally, acquire practical techniques for representing cyclic relationships in Java applications while avoiding common problems, equipping you with valuable strategies for managing complex object structures in your code.
Syllabus
The Cycling Tour – Java's Fraught Relationship with Cyclic Object Graphs by Stuart Marks
Taught by
Devoxx
Related Courses
Algorithms, Part IPrinceton University via Coursera Introduction à la programmation orientée objet (en Java)
École Polytechnique Fédérale de Lausanne via Coursera MongoDB for Java Developers
MongoDB University Initiation à la programmation (en Java)
École Polytechnique Fédérale de Lausanne via Coursera Intro to Java Programming
San Jose State University via Udacity