Multiple choice technology programming languages

What tool is used to manage the GAC ?

  1. GacMgr.exe

  2. GacSvr32.exe

  3. GacUtil.exe

  4. RegSvr.exe

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

The Global Assembly Cache (GAC) is a machine-wide cache storing assemblies installed for multiple applications. GacUtil.exe is the standard .NET command-line tool for managing the GAC - you use it to add, remove, and view assemblies in the cache. The other options are fictitious or serve different purposes (RegSvr32.exe is for COM registration, not GAC management).