nerdexam
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)
  • A
    8% (2)
  • B
    17% (4)
  • C
    71% (17)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 98-363 Practice