Java - Inheritance
Identify the error in this code:
class Test {
Test() {
this();
}
}class Test {
Test() {
this();
}
}this(), causing infinite recursion.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions