Sridurga, This is true. Specifically, numeric primitive variables will be initialized to zero, reference variables will be initialized to null, and boolean variables will be initialized to false. Hope this helps, Bob Kerfoot - SCJP
Arrays are also initialized to default values. In case of arrays, in addition to member variables, local array variables are also initialized to default values. Default values depend on the type of array. Raj