Which type of variables are under the control of garbage
collector?
Answer Posted / chiyan
reference will be stored in heap memory,heap is accessible
to garbage collector
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is cshtml extension?
Explain acid rule of thumb for transactions in c#.
Which debugging tools you can use in the .NET ssSDK?
What is the difference between dispose() and finalize() methods in c#?
What is thread.sleep()?
Define satellite Assembly?
Is c# a backend language?
What does string format do?
Is array value type in c#?
If dll and exe files are same it means you can deploy both the files in gac?
What is event sourcing in c#?
Is and as keyword in c# net?
How do you prevent a method from being overridden in c#?
Explain the role of Garbage collector and its generations?
Give an example of removing an element from the queue?