A developer is tasked with reading a large binary file (1 GB) from a network share using the least amount of memory possible. Which approach should be used?
Select one:
The trap here is that candidates often confuse 'least memory' with 'fastest performance' and choose ...