ASP.net MCQs

93. How do we create a FileSystemObject ?

A. Server.CreateObject(“Scripting.FileSystemObject”)
B. Create Object:”Scripting.FileSystemObject”
C. Server.CreateObject(“FileSystemObject”)
D. Create(“FileSystemObject”)
✅ The correct answer is option A.

95. What is a diffgram ?

A. Finds the difference in two objects
B. Finds the difference in two files
C. The one which renders the dataset object contents to XML
D. None of the above
✅ The correct answer is option C.

Scroll to Top