What is mean by Recursive Constructor Convocation Error in java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is mean by Recursive Constructor Convocation Error in java?

Java

27th Sep 2018, 5:45 PM
M Ashok Kumar
M Ashok Kumar - avatar
2 Answers
+ 2
Basically when you call the constructor of a class within the constructor without returning anything, causing an infinite loop.
27th Sep 2018, 8:14 PM
LunarCoffee
LunarCoffee - avatar
+ 1
it would be easier if you showed constructors, Recursive Constructor Convocation Error -> Calling the same constructor.
27th Sep 2018, 7:48 PM
Daniel (kabura)
Daniel (kabura) - avatar