Interview Questions

Which line of code would instantiate the Browser Capabilities component?

ASP Interview Questions and Answers


(Continued from previous question...)

71. Which line of code would instantiate the Browser Capabilities component?

A. objBrowser = Server.CreateObject("MSWC.BrowserType")
B. Set objBrowser = Server.CreateObject("MSWC.BrowserType")
C. var objBrowser = Server.CreateObject("MSWC.BrowserType")
D. var objBrowser = CreateObject("MSWC.BrowserType")
E. var objBrowser = Server.CreateObject("BrowserType")

(Continued on next question...)

Other Interview Questions