Which of the following statements are true?
◦ Recursive methods run faster than non-recursive methods.
◦ Recursive methods usually take more memory space than non-recursive methods.
◦ In some cases, however, using recursion enables you to give a natural, straightforward, simple solution to a program that would otherwise be difficult to solve.
◦ A recursive method can always be replaced by a non-recursive method.