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)- A3% (1)
- B72% (21)
- C7% (2)
- D17% (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.