Which of these classes maps to the tag ?
Which of these classes maps to the tag  ?
		A. HtlmInputCheckBox 
B. HtmlCheckBox
C. HtmlControl
D. None of these
		A. Server.CreateObject(“Scripting.FileSystemObject”) 
B. Create Object:”Scripting.FileSystemObject”
C. Server.CreateObject(“FileSystemObject”)
D. Create(“FileSystemObject”)
		A. page_laod event in aspx page
B. page_load event in code-behind 
C. both will run simultaneously
D. None of these
		A. GacSvr32.exe
B. GacUtil.exe 
C. GacMgr.exe
D. RegSvr.exe
		A. Lock()
B. ThreadLock
C. Synchronize() 
D. Synchronize
		A. AboveNormal
B. Normal
C. Highest
D. All of the above 
		A. Viewstate can store onlys string
B. Viewstate can store anything
C. Viewstate can store only serilizable object 
D. None of these