+ 3
Does java support recursion
Methods
4 Answers
+ 18
yes , it supports
//python,ruby,c++,c#,c & many other also supports it
//without recursion , many challenges becomes very hard to imagine the solution
+ 4
any language with methods supports recursion, java is no different
+ 2
It is able to use recursion in Java.
0
yes!