nerdexam
GIAC

GSSP-.NET · Question #318

(Topic 3) You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET as its application development platform. You are creating an application for a Bank using the .NET…

The correct answer is D. MemoryStream. See the full explanation below for the reasoning.

Question

  • (Topic 3)

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET as its application development platform. You are creating an application for a Bank using the .NET Framework. You create a method that gets the images of cancelled checks and displays them. You presently have access to a method that reads the images from a SQL server database as a sequence of bytes. You need to transfer the image from the SQL server database to a form with the least amount of temporary buffers and files. Which of the following classes will you use to accomplish this task?

Options

  • AFileStream
  • BNetworkStream
  • CBufferedStream
  • DMemoryStream

How the community answered

(39 responses)
  • A
    5% (2)
  • B
    5% (2)
  • C
    15% (6)
  • D
    74% (29)

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice