When Garbage Collector will run and how its identifing
whether the Object is used or Not.?
Answer Posted / sivaprasad
I think Garbage Collector is a normal priority thread
running in the application under normal conditions, when
heap memory is full it takes high priority and traces
referrance tree and mark the objects which have referrance
count is zero.usually when object is out of scope it memory
in heap automatically reclaimed by Garbage Collector(if it
has no referrances)
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What parameters can you pass in the url of the api? Can get and post use the same url?
What are the different kinds of assemblies?
What is difference cookie and session?
What is work flow gen? how can it will work with .Net?
What are the differences between clr & cts?
Explain exception handling in .net.
What are the event handlers that we can have in global.asax file?
What is server infrastructure & server components?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Why do we use web config?
What is server side session management?
What is fulltrust?
Explain serialization and deserialization?
What is the difference between executescalar and executenonquery?
Describe the master page.