Multiple choice technology web technology

By defaut assemblies are -------- in .NET

  1. shared

  2. private

  3. public

  4. protected

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

In .NET, assemblies are private by default, meaning they are only accessible within the application directory where they are deployed. Public or shared assemblies must be explicitly configured in the Global Assembly Cache (GAC).