NoInsideMethodCallInConstructor
DRAFT

Misconception:

One cannot call other methods on the same object while its constructor is executing.

Incorrect

It is foirbidden to call other methods on the same object while inside its constructor

Correct

It is allow to call other methods on the same object while inside its constructor

Language

Java

Concepts

Stay up-to-date

Follow us on  twitter to hear about new misconceptions.