Which tool is used to add & remove assemblies from GAC
-
Regasm
-
GACUTIL
-
AL
-
Regsvr32
B
Correct answer
Explanation
GACUTIL (Global Assembly Cache Tool) is the command-line utility used to install and uninstall assemblies from the Global Assembly Cache (GAC). The GAC is a shared repository for .NET assemblies that need to be accessed by multiple applications on the same machine.