Ask Question
14 October, 13:15

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

+1
Answers (1)
  1. 14 October, 16:46
    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?
Find an answer to your question ✅ “In Java, it is not possible for a method to call itself? (true, false) ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers