What tool is used to manage the GAC ?
-
GacMgr.exe
-
GacSvr32.exe
-
GacUtil.exe
-
RegSvr.exe
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).