Buy Questpond's video subscriptions on
huge discount
.
Online: 2648
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
.NET Framework
>
Loading ...
What is the difference between the value-type variables and reference-type variables in terms of garbage collection?
Posted by
Blessybaby
on 1/5/2010 | Category:
.NET Framework Interview questions
| Views: 7099
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
The value-type variables are not garbage-collected, they just fall off the stack when they fall out of scope, the reference-type objects are picked up by GC when their references go null.
|
Alert Moderator
Bookmark It
< Previous :
What's the advantage of using System.Text.StringBu ...
Next > :
What will be the length of string type variable wh ...
Comments or Responses
Login to post response
More Interview Questions by Blessybaby
What's the difference between the Debug class and Trace class?
How does CAS work?
How does assembly versioning work?
Why string is called Immutable data Type?
What is side-by-side execution? Can two application one using private ...
What isWhite box testing?
What is black box testing
What is difference UTP in testing ?
Latest Interview Questions
What will be the length of string type variable which is just declared ...
What is the use of @@IDLE in Transact-SQL?
What is the purpose of @@LANGUAGE statement?
Illustrate Server.Transfer and Response.Redirect?
How can we cancel a transaction?
What is the syntax of try catch?
Can we have Try catch in Sqlserver?
How do we raise the error message?
More ...