---
title: "What is the GAC?"  
description: "What is the GAC?"  
author: "Anonymous User"  
published: 2014-09-22  
updated: 2020-09-14  
canonical: https://www.mindstick.com/interview/2187/what-is-the-gac  
category: "java"  
tags: ["c#", "java"]  
reading_time: 1 minute  

---

# What is the GAC?

The acronym GAC stands for Global Assembly Cache. The GAC is where assemblies are stored so that many different applications can share these assemblies. Multiple versions of assemblies can be stored in the GAC, with applications specifying which version to use in the config file.

## Answers

### Answer by Anonymous User

The acronym GAC stands for Global Assembly Cache. The GAC is where assemblies are stored so that many different applications can share these assemblies. Multiple versions of assemblies can be stored in the GAC, with applications specifying which version to use in the config file.


---

Original Source: https://www.mindstick.com/interview/2187/what-is-the-gac

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
