Answer Posted / senthil kumar
c-sharp have the collections.Thats very useful utility
package.
using System.Collections is the base class
stack
queue
hashtable
arraylist etc.., is the available class.
| Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
How do you create empty strings in c#?
explain the features of static/shared classes.
Explain the advantage of using system.text.stringbuilder over system.string?
in object oriented programming, how would you describe encapsulation?
Is it true that all c# types derive from a common base class?
What is streamreader/streamwriter class?
Define strong name in c#?
What is thread and explain states of a thread in c#?
What is default value of bool in c#?
What is yield c#?
How do I create a multi language, multi file assembly?
Why do we use public static void main in c#?
What is string concatenation?
Explain the process of polymorphism with an example?
Is concurrent queue thread safe?