问题
Possible Duplicate:
Why does the JVM still not support tail-call optimization?
I see so many different answers online, so I thought I'd ask the experts.
回答1:
There is difference between tail recursion and tail recursion optimization. Tail recursion is supported by java because there is nothing special in it, tail recursion optimization is not supported.
来源:https://stackoverflow.com/questions/4401052/does-java-support-tail-recursion