What Would Be The Behaviour If This And Super Used In A Method #192
What would be the behaviour if this() and super() used in a method?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Classes Methods - Java Constructors - Quiz No.1.
What would be the behaviour if this() and super() used in a method?
Runtime error
Throws exception
compile time error
Runs successfully