nerdexam
GIAC

GSSP-NET · Question #384

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…

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

Question

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

(45 responses)
  • A
    7% (3)
  • B
    2% (1)
  • C
    13% (6)
  • D
    78% (35)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice