Multiple choice technology web technology Is data Compression/Uncompression API available in .NET 2.0 framework? True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation .NET 2.0 introduced the System.IO.Compression namespace which includes GZipStream and DeflateStream classes for compression and decompression. These APIs allow developers to compress and decompress data streams and files.