The .NET framework which provides automatic memory management using a technique called _________________?
		A. Assemblies
B. Serialization
C. Overriding
D. Garbage Collection 
		A. needs to be available to the public
B. must be platform-independent
C. has a thin front end (client)
D. All of the above 
		A. The GridView control 
B. The DetailsView control
C. The FormView control
D. The Table control
		A. GetType
B. GetTypes
C. Both A and B 
D. None of these
		A. It runs random
B. When application is running for more than 15 minutes
C. When application is running low of memory 
D. None of these
		A. To create a customized control that needs to display data in a tabular fashion 
B. To create and populate a Table in Design view
C. To create and populate a Table with images
D. To display a tabular result set
		A. ValidateControl
B. ControlToValidate 
C. ControlToBind
D. Validate