Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardC#GC generations and LOHSingle-choice MCQ

An array of 85,000 bytes is allocated (e.g. new byte[85000]). Which statement about its placement and collection in the .NET GC is correct?

var buf = new byte[85000];