1.I want to know how garbage collector works on mutable objects(such
asobject of String & Wrapper class) ?
I guess you ment 'immutable' here.
2.For knowing the length of array, we use array.length.... my quetion is what is length ?
You said yourself, its the length of the array
