Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on non generic and generic collection within the C# forums, part of the Software Development category; what is difference between non generic and generic collection?...
|
|||||||
|
|||
|
Re: non generic and generic collection
Non - generic and generic collection?
Generic collections - These are the collections that can hold data of same type and we can decide while initializing what type of data that collections can hold. Advantages - Type Safe, Secure, reduced overhead of implicit and explicit conversions. various, Non generic collections hold elements of different datatypes, it hold all elements as object type. so it includes overhead of implicit and explicit conversions. There can be runtime errors |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| generic id length of 8 | sumabehera | C# | 1 | 03-29-2009 08:16 PM |
| All fields are identified as generic java objects | sriram_cts | QTP | 0 | 06-18-2007 07:56 AM |
| Hidden form fields using generic servlet | guptakcsg | JSP | 1 | 03-17-2007 03:08 AM |
| Access all browsers using generic servlet | guptakcsg | JSP | 1 | 03-07-2007 02:30 AM |
| Replication of request using generic servlet | guptakcsg | JSP | 0 | 03-06-2007 06:47 AM |