Think
Interview
Advertisement
Home
Interview Questions
Blogs
Forums
thinkinterview
»
interview questions
»
.NET
« Previous
.NET Interview Questions
next »
What is automatic garbage collection (GC) in .NET Framework?
1.
CLR collect all the objects from memory which throws exceptions.
2.
Garbage Collection (GC) is a CLR feature which automatically release the objects from memory which are no longer in use.
3.
Garbage Collection (GC) is a non-deterministic means we can not assume when CLR will start collecting the unused object.
4.
Garbage Collection (GC) is a one of the data structure collection in .NET Framework.
1.
CLR collect all the objects from memory which throws exceptions.
2.
Garbage Collection (GC) is a CLR feature which automatically release the objects from memory which are no longer in use.
(Correct)
3.
Garbage Collection (GC) is a non-deterministic means we can not assume when CLR will start collecting the unused object.
(Correct)
4.
Garbage Collection (GC) is a one of the data structure collection in .NET Framework.
Next Queston »
Abstract class vs Interface...
Abstract class vs Interfa...
View full queston »
Posted in:
.NET(40)
|
Posted By:
wahlin.dan6@...
View Count:
ASP.NET (45)
.NET (40)
DataBase (35)
Java (30)
ADO.NET (23)
SQL Server (15)
Sign In
New User:
Join
Recent Posts
Stop Being Lazy
Being lazy is an axe on productive life. Following steps might help you to create more productive,
How to Write a Cover Letter?
Cover letter is an essential and tricky part of your job search, but I have come up with a sure fire
How to Write a Good Approachable Resume?
If you are about to start switching jobs or newly bird into the real corporate world, you're goi
How Can I Make A Good First Impression?
“First impression is last impression”. First appearance while interview is a last chance
SQL Server 2005 (Database) Interview Questions
1. What is DESCRIBE command in SQL Server 2005? What is its purpose? How to use it? DESCRIBE