Moderate

Which of the following is faster and consume lesser memory ?

Correct answer: A. SQLDataReader

  • A. SQLDataReader
  • B. Data Set
  • C. Both A and B
  • D. None of these

Explanation

SQLDataReader reads rows sequentially and keeps only a small amount of data in memory, whereas a DataSet stores a disconnected, in-memory copy of the results. Therefore, the reader is generally faster and more memory-efficient.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions