You are processing some data from over the network. You use a HasNext and Read method to retrieve the data. You need to run some code on each item.

What do you use ?

 Posted by Rajkatie on 8/31/2013 | Category: .NET Framework Interview questions | Views: 11210 | Points: 40
Select from following answers:
  1. while
  2. do-while
  3. foreach
  4. All Above

Show Correct Answer


Source: microsoft book (c#) | | Alert Moderator 

Comments or Responses

Login to post response