nerdexam
Microsoft

98-361 · Question #108

This question requires that you evaluate the underlined text to determine if it is correct. Arguments are passed to console applications as a Hashtable object. Select the correct answer if the…

The correct answer is B. String Array. Arguments are passed to console applications as a String Array object.

Understanding Core Programming

Question

This question requires that you evaluate the underlined text to determine if it is correct. Arguments are passed to console applications as a Hashtable object. Select the correct answer if the underlined text does not make the statement correct. Select "No change is needed'' if the underlined text makes the statement correct.

Options

  • ANo change is needed
  • BString Array
  • CStoredProcedureCollection
  • DDictionary

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    72% (21)
  • C
    7% (2)
  • D
    17% (5)

Explanation

Arguments are passed to console applications as a String Array object.

Topics

#console applications#command-line arguments#string array#Main method

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice