Converting Arrays to Lists:
Changes to the returned list 'write through' to the array
Is the reverse also true?
ie. In List to Array , will the changes to the original list show up in the array.
I tried it in the following code but giving an exception. What is the reasoning behind it?