Microsoft
98-363 · Question #11
A Web page contains the following code: objectmyCount = Request.QueryString["count"]; The query string does not contain a variable named count. What happens when the code executes?
The correct answer is C. myCount is null. See the full explanation below for the reasoning.
Question
A Web page contains the following code:
objectmyCount = Request.QueryString["count"]; The query string does not contain a variable named count. What happens when the code executes?
Options
- AmyCount is an empty string.
- BmyCount is 0.
- CmyCount is null.
- DAn exception is thrown.
How the community answered
(24 responses)- A8% (2)
- B17% (4)
- C71% (17)
- D4% (1)
Community Discussion
No community discussion yet for this question.