Java Classes Question:

Java does not supports recursion
A) True
B) False

Java Classes Interview Question
Java Classes Interview Question

Answer:

Answer is B) False. Java supports recursion.


Previous QuestionNext Question
Explain can a abstract class have a constructor? When would the constructor in the abstract class be called?In interfaces the methods just defined without implementation then what is the purpose of defining the methods?