Answer Posted / sivaprasad
i)GarbageCollector will take care about Automatic Memory
Management it will mark the objects which has Referrence
Count is Zero.
ii)One Background Thread running in the Application with
Normal Priority And Marking The Objects Which has Referrence
Count is Zero.when there is no Applications Threads Are
Running it will Take High Priority.
iii)And this Garbage Collector Will Take Care About
"Circularreferrences"(means One Pair Of Objects Referring To
Each Other)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are server-side comments in ASP.NET?
Explain About duration in caching technique
Which data type does the rangevalidator control support?
What is special types forms
Define what is razor? : asp.net mvc
How long the items in ViewState exists?
What is enableviewstate?
Define web services in asp.net.
What are demand-paging and pre-paging?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
Explain in what order a destructors is called.
Why do we use web config?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What is synchronous and Asynchronous post back ?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?