exam questions

Exam 98-361 All Questions

View all questions & answers for the 98-361 exam

Exam 98-361 topic 1 question 108 discussion

Actual exam question from Microsoft's 98-361
Question #: 108
Topic #: 1
[All 98-361 Questions]

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.

  • A. No change is needed
  • B. String Array
  • C. StoredProcedureCollection
  • D. Dictionary
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Arguments are passed to console applications as a String Array object.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rbishun
8 months, 2 weeks ago
B. String Array - is correct. Entry point into a Console App is: static void Main(string[] args) {}
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...