posted 18 years ago
Hi Mithun,
I'm not sure about the term "anonymous constructors" that you have used, But as per my undustanding this term seems to be a name given to instance initializer block defined in the anonymous classes.
As Anonymous classes don't have an constructor so instance initializer blocks are used in the form of constructors to be called when the object is created.
Can fellow ranchers comment on this?