+ 1
What is mean by Recursive Constructor Convocation Error in java?
Java
2 Answers
+ 2
Basically when you call the constructor of a class within the constructor without returning anything, causing an infinite loop.
+ 1
it would be easier if you showed constructors,
Recursive Constructor Convocation Error -> Calling the same constructor.