In Java? Yes or no? Simple question, but I can't find a definitive answer anywhere. Most explanations of memory leaks I read only concern the heap, as if this cannot happen in the stack.
This is not answered by the "Creating a memory leak with Java" stack overflow question because that article makes no mention of whether stack overflow errors are considered a kind of memory leak.