whenever u define any constructor , it will call its super class default construtor (ie no args construtor ).
if super class did nt have no args contructor it will cause compile error
class A{
A(int i){
// here it will implicitly call the super class no arg constructor
}
}
S.D.Balasubramani
SCJP 1.4
Balasubramani SD,<br />SCJP 1.4,SCWCD 1.4,SCJP 5.0<br /><a href="http://sd.balasubramani.googlepages.com" target="_blank" rel="nofollow">www.sd.balasubramani.googlepages.com</a>