Tuesday 26 March 2013

Default values of instance variable

Object Reference---null
byte---0
short---0
int---0
long---0L or 0l
float---0.0F or 0.0f
double---0.0D or 0.0d
boolean---false

No comments:

Post a Comment