Select from following answers:- ArrayList

- Stack
- Hashtable
- SortedList
- All Above
Only ArrayList can be made as Readonly.
It has got a static function known as ReadOnly which
can be used to initialize an ArrayList variable that will
be just a snapshot of some ArrayList object reference.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator