Multiple choice technology programming languages

.NET allows you to have serializable generic types

  1. True

  2. False

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

In .NET, generic types can be marked with the [Serializable] attribute just like non-generic types, enabling them to be serialized for storage or transmission.