Sunday, 18 August 2013

Default values of local variables?

Default values of local variables?

In Java, why class variables gets initiliazed to default value. But local
variables are not.?
Can anyone explain?

No comments:

Post a Comment