Java Classes Question: Java does not supports recursionA) TrueB) False Java Classes Interview QuestionAnswer: Answer is B) False. Java supports recursion. Previous QuestionNext QuestionExplain 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?