Answer Posted / kalidoss
Actually the new operater is used to allocate the memory to
an object that object not needed for longtime,so that
objects are thrown away or release from the memory by the
garbage collector.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can I define my own exceptions?
What is namespace explain with example?
What is asp net in c#?
What is hashset c#?
What is multiple interface in c#?
What is difference between for and foreach in c#?
Is javascript harder than c#?
What is a class level variable in c#?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
What is the difference between const and static read-only?
What is the difference between properties and indexer in c#?
What is response redirect in c#?
What does question mark mean in c#?
Name some properties of thread class.
What is a linked list c#?