Multiple choice technology platforms and products

Beginning .NET 4.0, Registry keys are no longer restricted to a maximum length of 255 characters

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Registry key length restrictions are imposed by the Windows operating system, not the .NET Framework. These operating system-level limitations (typically 255 characters for key names) persist regardless of .NET version. The question incorrectly attributes an OS limitation to .NET.