计算机科学与技术

多选题请选择属于.NET Famework的组件()AJVMBCLRCJITDWebForms 和 Windows Forms

题目
多选题
请选择属于.NET Famework的组件()
A

JVM

B

CLR

C

JIT

D

WebForms 和 Windows Forms

参考答案和解析
正确答案: B,D
解析: 暂无解析
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

请选择属于.NET Famework的组件()

AJVM

BCLR

CJIT

DWebForms 和 Windows Forms


B,C,D

第2题:

net Framework是vs.net开发平台的基础,它包括两个主要组件:.netFramework类库和()


正确答案:公共语言运行库(CLR)

第3题:

根据委托(delegate)的知识,请完成以下用户控件中代码片段的填写:

namespace test

{

public delegate void OnDBOperate();

public class UserControlBase : System.Windows.Forms.UserControl

{

public event OnDBOperate OnNew;

privatevoidtoolBar_ButtonClick(objectsender,System.Windows.Forms.ToolBarButtonClickEventArgs e)

{

if(e.Button.Equals(BtnNew))

{

//请在以下补齐代码用来调用OnDBOperate委托签名的OnNew事件。

}

}

}


正确答案:
 

第4题:

ASP.NET提供了多种验证方式进行身份验证,其中,能够使用HTTP Cookies和HTML表单对请求进行身份验证的是下列选项中的()

  • A、Forms验证
  • B、Windows 验证
  • C、Passport验证
  • D、定制验证

正确答案:A

第5题:

You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to create a Windows Installer package for a Windows Forms application. The package will be deployed on Windows Vista computers.You need to ensure that during deployment the installation does not elevate privileges of the user installing the application.What should you do?()

  • A、Create a custom action and set the NoImpersonate property to true
  • B、Create a custom action and set the NoImpersonate property to false
  • C、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker
  • D、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator

正确答案:C

第6题:

添加Windows2000Professional组件的步骤包括()

  • A、插入安装盘
  • B、打开“控制面板”,双击“添加/删除程序”图标
  • C、在“添加/删除程序”的对话框的左下部,单击“添加/删除Windows组件”按钮
  • D、在“Windows组件”对话框中选择所需安装的组件

正确答案:A,B,C,D

第7题:

ASP.NET3.5提供的身份验证方式包括()、()、()和Forms验证.


正确答案:Windows验证;Passport验证;None验证

第8题:

dot net 组件如何与 JavaScript. 脚本交互;dot net 组件如何调用JavaScript. 函

数;JavaScript. 如何调用 dot net 公共属性和事件?


正确答案:
 

第9题:

请指出Windows配置服务(WDS)的作用及其组件的分类。


正确答案:Windows配置服务(WDS)是与Windows Server 2008集成的,通过使用基于网络的设置,来简化Windows操作系统的配置,并确保安全与快速配置Windows操作系统的组件。WDS使管理员无须在每台计算机上进行操作,或从CD或DVD上进行Windows组件的设置。WDS中的组件被分为了以下三大类:包括服务器组件、客户端组件和管理组件。

第10题:

请选择属于.NET Famework的组件()

  • A、JVM
  • B、CLR
  • C、JIT
  • D、WebForms 和 Windows Forms

正确答案:B,C,D

更多相关问题