News
This Java recursion tutorial shows you how to create a recursive Java factorial function and compares these methods to iterative ones.
I believe you don't benefit from tail recursion on a Java virtual machine, so anything that has lot of depth recursion in Java is problematic.
Thus, in Java, there is a performance hit (albeit slight) for leveraging recursion as opposed to brute force iteration.
Results that may be inaccessible to you are currently showing.
Hide inaccessible results