Answer the following statements true (T) or false (F)
1) In Java, it is possible for a method to call itself.
2) Some problems can only be solved recursively.
3) All recursive methods must have a base case.
4) A method that calls a different method, which then calls the original calling method is a recursive method.
5) Recursive solutions to problems should be used whenever possible.
1) T
2) F
3) T
4) T
5) F
Computer Science & Information Technology
You might also like to view...
Number values are often called labels
Indicate whether the statement is true or false
Computer Science & Information Technology
In SharePoint, an SAP ________ site aggregates all user business tasks
A) Process Repository B) Business Intelligence C) Wiki D) Workflow
Computer Science & Information Technology