Tagged Questions

13
votes
3answers
682 views

Why is my Java program leaking memory when I call run() on a Thread object?

(Jeopardy-style question, I wish the answer had been online when I had this issue) Using Java 1.4, I have a method that I want to run as a thread some of the time, but not at others. So I declared it …