Interviewer And Interviewee Guide

ASP Programming Interview Question:

What is the difference between the value-type variables and reference-type variables in terms of garbage collection?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online ASP Programming Job Interview Questions And Answers
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

Interview Questions Answers .ORG