Interview Questions

What should be used in order to determine if the cookie "FavoriteFlavors" in the request object contains more than one entry?

ASP Interview Questions and Answers


(Continued from previous question...)

67. What should be used in order to determine if the cookie "FavoriteFlavors" in the request object contains more than one entry?

A. Request.Cookies("FavoriteFlavors").HasItems
B. Request.Cookies("FavoriteFlavors").Collection.Count
C. Request.Cookies("FavoriteFlavors").Dictionary
D. Request.Cookies("FavoriteFlavors").HasKeys
E. Request.Cookies("FavoriteFlavors").Count

(Continued on next question...)

Other Interview Questions