Java: OutOfMemoryErrors Question What's the purpose of a Thread Dump? (Click to reveal answer) Answer Provides snapshot of thread states. Frame the concept in practical terms so you can explain it during interview discussion. During peak sales, a Thread Dump can reveal deadlocks or threads stuck waiting, helping diagnose performance bottlenecks. Additional NotesWhat’s the purpose of a Thread Dump? Track: Java Topic: Performance Tuning Focus: OutOfMemoryErrors Topics: Java OutOfMemoryErrors Performance Tuning