Multiple choice technology web technology

Which is the best forward only read only cursor available to read the data

  1. DataReader

  2. DataAdapter

  3. DataSet

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In ADO.NET, DataReader is a highly optimized, forward-only, and read-only stream of data retrieved from a database. DataAdapter is a bridge used to populate a DataSet, and DataSet is an in-memory, fully navigable cache of data. Thus, DataReader is the correct answer.