Tuesday, November 29, 2011

Core Java Interview Questions :How are this() and super() used with constructors?

* Constructors use this to refer to another constructor in the same class with a different parameter list.

No comments:

Post a Comment