Multiple choice technology web technology

______________ Assemblies are resource-only assemblies that contain only culture-specific resources?

  1. Public

  2. Satellite

  3. Private

  4. None

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

Satellite assemblies are resource-only assemblies containing only culture-specific resources (like strings, images) without any code. They are separate from the main code assembly and are loaded at runtime based on the UI culture. Public and Private refer to assembly visibility/scope, not resource-only assemblies.