Super with This in same constructor

Hi All,
I tried to use Super and this keyword in same constructor but it is not working.It gives the exception like constructor call must be the first. I know in base class's constructor super class's constructor should be first statement but also can we not use same class's constructor as second statement in the constructor.?
Thnkx

can we not use same class's constructor as second statement in the constructor.?No.
See the Constructor Rules, reply 2 here: http://forum.java.sun.com/thread.jspa?threadID=721402&messageID=4161149 Your question is covered in point 2.

Similar Messages

Maybe you are looking for