Which type of variables are under the control of garbage
collector?
Answers were Sorted based on User's Feedback
Answer / kiran kumar reddy
http://www.codeproject.com/dotnet/Primitive_Ref_ValueTypes.asp
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / chiyan
reference will be stored in heap memory,heap is accessible
to garbage collector
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anand g
All types of objects and variables under the process of the
framework.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sujai cn
The objects which are in the heap , are under the control
of garbage collector.garbage collector is low weight
process which will run in background & clean the heap
(remove the objects from the heap which dont have the
reference , i.e, not reachable object) there are many
algorithms designed to monitor when & how long the garbage
collector has to run.
| Is This Answer Correct ? | 0 Yes | 0 No |
Use of Checked and UnChecked operators?
What is satellite assembly? And steps to create satellite assembly?
What is difference between value and reference types ?
Describe an interface class?
Does c# support properties of array types?
What is a protected class c#?
Is there an equivalent to the instanceof operator in visual j++?
what is a structure in c#
Does c# support const methods, properties, or events?
Can we inherit class that contains only one private constructor?
What is ienumerator c#?
What is difference between gridview and form view?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)