Tuesday 27 December 2011

96.Determining the availablity of sufficient memory for an operation can be accompished by

A.There is no supported application level means to determine if a specfic amount of memoryis available
B.using static methods of system.runtime.memoryfailpoint and checking the return value
C.creating an instance of system.runtime.memoryfailpoint and monitoring for an insuffcientMemoryException
D.Creating an instance of system.runtime.memoryfailpoint and monitoring for an outofmemoryException
Ans:C