Ask Question
15 November, 12:40

In Java, it is not possible for a method to call itself? (true, false)

+1
Answers (1)
  1. 15 November, 14:14
    0
    false

    Explanation:

    You could just call a method itself and just have a condition to get out. For example an recursive method with a base case.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “In Java, it is not possible for a method to call itself? (true, false) ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers