This course will be retired on July 14, 2025.
Quiz Question 1 of 5
Which of the following statements is false?
Choose the correct answer below:
-
A
A using statement wrapping an object that uses unmanaged memory tells the garbage collector that it can clean up an object.
-
B
Objects that use unmanaged memory are not managed by the garbage collector.
-
C
Calling the Close method on an object that uses unmanaged memory tells the garbage collector that it can clean up an object.
-
D
System resources, like files and streams, use managed memory.