Can someone explain the benefits of tail recursion.
The last statement in this case would be the recursive call. I think it would still require another stack as the result is still not 'returned' to the component that called it.
I've been told that it does'nt require any method stack overhead.