Ask Question
28 November, 13:46

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

+3
Answers (1)
  1. 28 November, 14:08
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers