Download
100% FREE
Office Document APIs for .NET
Online: 2311
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
.NET Framework
>
Loading ...
Which namespace defines the collection classes?
Posted by
Ddd
on 2/7/2011 | Category:
.NET Framework Interview questions
| Views: 3568 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
Collection classes are defined by 2 namespaces
1)System.Collections:
defines ArrayList, Stack, Queue
2)System.Collections.Generic
Defines the Generic Collections
example: List<>,Stack<>, Queue<>
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
.Net and ASP.NET Interview Questions- Why can' ...
Next > :
Differences between method overloading and method ...
Comments or Responses
Login to post response
More Interview Questions by Ddd
Differences between method overloading and method overriding
Which of these is a valid path declaration?
Differences of ASP and ASP.NET Session State
What is CLS?
For which type of arrays, we can use the params keyword?
What is .NET Framework?
How can we prevent the conflicts in methods with same names, signature ...
Module Module1 Sub Main() Dim arr(3, 3) As Integer ...
Latest Interview Questions
Is it possible for a control to define a handler for an event, that th ...
How to deploy wsp ?
Explain the Share Point Architecture.
How to Create a custom feature?
What is Web part life cycle?
What is BDC and how it is differ from BCS?
What is the difference between Site Definition and Site template?
What is difference between out and ref in c#?
More ...