Answer the following statements true (T) or false (F)
1) An array is a dynamic data structure.
2) Boxing can be either implicit or explicit.
3) Unboxing can be either implicit or explicit.
4) C# programs must explicitly release dynamically allocated memory.
5) If no memory is available, new throws an OutOfMemoryException.
1) F
2) T
3) F
4) F
5) T
Computer Science & Information Technology
You might also like to view...
The Footnotes group is located under the ________ tab of the Ribbon
A) Page Layout B) Review C) References D) Insert
Computer Science & Information Technology
Consider the following equation: 3 * (6 + 5 ) - 4 /2. Which operation would be calculated FIRST according the order of operations?
A) 5-4 B) 3 * 6 C) 4 / 2 D) 6 + 5
Computer Science & Information Technology