单项选择题

You work as an application developer at Certkiller .com. You are currently in the process of creating a new application for Certkiller .com. You are required to read compressed data files that has been sent by Certkiller .com's sales offices.
These data files are less than 4 GB in size, but was compressed without cyclic redundancy. You want to write a method that receives the compressed files and return the uncompressed data as a byte array.
What should you do?()

A.
B.
C.
D.


您可能感兴趣的试卷

你可能感兴趣的试题

10.单项选择题

您最近创建了一个名为车辆的可序列化的类。
类如下所示:
[Serializable]
public class Vehicle {
public string VIN;
public string Make;
private string Model;
private int Year;
private string Owner;
}
Certkiller.com 不想要序列化一个车辆对象,出于安全原因时永久保存的所有者字段。
您需要确保实现这一目标。
你应该做什么?()

A.适用于所有者字段的 OptionalField 属性。
B.应用,所以所有者字段的属性。
C.已实现 IFormatter 接口的自定义序列化的车辆类别。
D.做什么,因为在使用二进制序列化时,私营领域是永远不会保留。

最新试题

You work as the application developer at Certkiller .com. Certkiller .com uses Visual Studio.NET 2005 as its application development platform.You are developing a Windows Service application which contains three different Windows services.You are required to only set one Windows service to start automatically when the system is restarted.What should you do?()

题型:单项选择题

您正在开发。网框架 2.0 Windows 窗体应用程序的 Certkiller-WS554。应用程序必须提供支持多种语言和区域差异。您需要定义基于现有的文化和区域的自定义区域性。管理用户会在应用程序部署之前的最终用户的计算机上安装自定义区域性并且,您需要选择要使用的类。你应该做什么? ()

题型:单项选择题

You are writing an application that uses isolated storage to store user preferences.The application uses multiple assemblies.Multiple users will use this application on the same computer.You need to create a directory named Preferences in the isolated storage area that is scoped to the current Microsoft Windows identity and assembly.Which code segment should you use?()

题型:单项选择题

为应用程序开发人员上班 Certkiller。 com。Certkiller.com 作为其应用程序使用 Visual Studio.NET 2005开发平台。您正在开发。NET Framework 2.0 应用程序将用于地理的映射。每当您加载插件的创建单独的应用程序域。要指定搜索的目录列表私有程序集。您需要将应用程序基目录添加为部件,您的搜索和需要配置应用程序域满足要求 ()

题型:单项选择题

You need to write a code segment that transfers the contents of a byte array named dataToSendby using a NetworkStream object named netStream.You need to use a cache of size 8,192 bytes.Which code segment should you use?()

题型:单项选择题

为应用程序开发人员上班 Certkiller.com。Certkiller.com 作为其应用程序使用 Visual Studio.NET 2005开发平台。您正在开发的应用程序将用来连接和控制上安装的现有服务的行为名为 Certkiller 的网络服务器-SR01。你应该做什么?()

题型:单项选择题

为应用程序开发人员上班 Certkiller。.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。您正在开发。网框架 2.0 Windows 应用程序和要创建的前台线程在应用程序中绘制线条。在线程启动时,您必须提供的数据值,它指定绘制的行数。你应该做什么?()

题型:多项选择题

You have recently completely creating a new application for Certkiller .com.This new application has to load an instance of the Inventory class from a large file named Inventory.dat.You need to ensure that the application executes the loading process in as little time as possible.What should you do?()

题型:单项选择题

You develop a serializable class for persisting objects as files.Every time an object is serialized, you have to update the database with the name of the object and location of that file.You elect to employ the OnSerialized attribute to achieve this objective.You now need to apply the OnSerialized attribute to a certain method.What should you do?()

题型:单项选择题

您将创建一个使用的非托管的资源的类。此类维护对其他对象的托管资源的引用。您需要确保这类的用户可以显式释放资源,当不再需要的类实例。您应执行哪三种操作?()

题型:多项选择题