OMG组织、微软公司、SUN公司所提出的软件构件的标准依次是__________。 A.@CORBA@EJB③COM B.@UML②VB@J2EE C.@CORBA②COM③EJB D.@CORBA②Com}@JAVA

题目

OMG组织、微软公司、SUN公司所提出的软件构件的标准依次是__________。 A.@CORBA@EJB③COM B.@UML②VB@J2EE C.@CORBA②COM③EJB D.@CORBA②Com}@JAVA


相似考题
更多“OMG组织、微软公司、SUN公司所提出的软件构件的标准依次是__________。 A.@CORBA@EJB③COM B.@UML②VB@J2EE C.@CORBA②COM③EJB D.@CORBA②Com}@JAVA”相关问题
  • 第1题:

    packagecom.company.application;publicclassMainClass{publicstaticvoidmain(String[]args){}}AndMainClassexistsinthe/apps/com/company/applicationdirectory.AssumetheCLASSPATHenvironmentvariableissetto.(currentdirectory).WhichtwojavacommandsenteredatthecommandlinewillrunMainClass?()

    A.javaMainClassifrunfromthe/appsdirectory

    B.javacom.company.application.MainClassifrunfromthe/appsdirectory

    C.java-classpath/appscom.company.application.MainClassifrunfromanydirectory

    D.java-classpath.MainClassifrunfromthe/apps/com/company/applicationdirectory

    E.java-classpath/apps/com/company/application:.MainClassifrunfromthe/appsdirectory

    F.javacom.company.application.MainClassifrunfromthe/apps/com/company/applicationdirectory


    参考答案:B, C

  • 第2题:

    Given:And MainClass exists in the /apps/com/company/application directory. Assume the CLASSPATHenvironment variable is set to "." (current directory). Which two java commands entered at the command line will run MainClass?()

    A.java MainClass if run from the /apps directory

    B.java com.company.application.MainClass if run from the /apps directory

    C.java -classpath /apps com.company.application.MainClass if run from any directory

    D.java -classpath . MainClass if run from the /apps/com/company/application directory

    E.java -classpath /apps/com/company/application:. MainClass if run from the /apps directory

    F.java com.company.application.MainClass if run from the /apps/com/company/application directory


    参考答案:B, C

  • 第3题:

    OMG组织、微软公司、SUN公司所提出的软件构件的标准依次是______。

    A.①CORBA②EJB③COM

    B.①UML②VB③J2EE

    C.①CORBA②COM③EJB

    D.①CORBA②C#③Java

    A.

    B.

    C.

    D.


    正确答案:C

  • 第4题:

    以下()VPN相关标准是3Com公司与微软公司合作开发的。

    A.PPTP

    B.L2TP

    C.MPPE

    D.IPSec


    参考答案:A

  • 第5题:

    以下不属于面向对象中间件技术的是(29)。

    A.CORBA

    B.Java Applet

    C.EJB/J2EE

    D.COM+/DNA


    正确答案:B
    解析:随着互联网的发展,企业的信息系统和以往相比已经发生了很大的变化。企业级的应用已不再满足于单机系统和简单的客户/服务器系统,而是向着三层和多层体系结构的分布式环境不断迈进。所谓三层结构,就是在原有的“两层结构”(客户端和服务器端)之间增加了一层组件,这层组件包括事务处理逻辑应用服务、数据库查询代理/数据库等。随着这层组件的增加,两层结构向三层结构转变后,客户端和服务器端的负载就相应减轻了,跨平台、传输不可靠等问题也得到了解决。增加的这层组件就是我们所说的“中间件”。中间件在三层结构中主要充当中间层,实现数据安全和完整传输,通过负载均衡来调节系统的工作效率,从而弥补两层结构的不足。在90年代,中间件习惯上被分为5大类,分别是消息中间件、数据访问中间件、远程过程调用中间件、对象请求代理中间件和事务处理中间件。从 90年代末期开始,随着电子商务的兴起和企业信息化建设的深入,中间件受不同类型需求的刺激而更加丰富起来,中间件的内涵和外延进一步拓展。面向对象的中间件技术成为中间件平台的主流技术,出现了以Sun公司的EJB/J2EE、Microsoft的COM+/DNA和OMG的CORBA/OMA为代表的3个技术分支。
      Java远程方法调用(RMI)提供了Java程序语言的远程通信功能,这种特性使客户机上运行的程序可以调用远程服务器上的对象,使Java编程人员能够在网络环境中分布操作。

  • 第6题:

    OMG组织、微软公司、Sun公司所提出的软件构件的标准依次是()

    • A、①CORBA②EJB③COM
    • B、①UML②VB③J2EE
    • C、①CORBA②COM③EJB
    • D、①CORBA②C#③JAVA

    正确答案:C

  • 第7题:

    Sun中国公司网站上提供了Sun全球各公司的链接网址,其中WWW.SUN.COM.CN表示SUN()公司的网站。

    • A、中国
    • B、美国
    • C、奥地利
    • D、匈牙利

    正确答案:A

  • 第8题:

    下列关于搜索引擎站点的说法正确的是()

    • A、www.bing.com是网易公司的搜索引擎
    • B、www.soso.com是微软公司的搜索引擎
    • C、www.sogou.com是搜狐公司的搜索引擎
    • D、www.youdao.com是腾讯公司的搜索引擎

    正确答案:C

  • 第9题:

    Given a correctly compiled class whose source code is:  package com.sun.sjcp;  public class Commander {  public static void main(String[] args) {  // more code here  }  }  Assume that the class file is located in /foo/com/sun/sjcp/, the current directory is /foo/, and that the classpath contains “.“ (current directory). Which command line correctly runs Commander?() 

    • A、 java Commander
    • B、 java com. sim. sjcp.Commander
    • C、 java com/sun/sjcp/Commander
    • D、 java -cp com.sun.sjcp Commander
    • E、 java -cp com/sun/sjcp Commander

    正确答案:B

  • 第10题:

    单选题
    Given a correctly compiled class whose source code is:  package com.sun.sjcp;  public class Commander {  public static void main(String[] args) {  // more code here  }  }  Assume that the class file is located in /foo/com/sun/sjcp/, the current directory is /foo/, and that the classpath contains “.“ (current directory). Which command line correctly runs Commander?()
    A

     java Commander

    B

     java com. sim. sjcp.Commander

    C

     java com/sun/sjcp/Commander

    D

     java -cp com.sun.sjcp Commander

    E

     java -cp com/sun/sjcp Commander


    正确答案: E
    解析: 暂无解析

  • 第11题:

    单选题
    package com.sun.sjcp; public class Commander{ public static void main(String[]args){ //more code here } } Assume that the class fileis located in /foo/com/sun/sjcp/,the current directory is/foo/,and that the classpath contains“.“(current directory). Which command line correctly runs Commander?()
    A

    java Commander

    B

    java com.sim.sjcp.Commander

    C

    java com/sun/sjcp/Commander

    D

    java-cpcom.sun.sjcp Commander

    E

    java-cpcom/sun/sjcp Commander


    正确答案: A
    解析: 暂无解析

  • 第12题:

    单选题
    Sun公司网站上提供了Sun全球各公司的链接网址,其中www.sun.com.cn表示Sun()分公司的网站。
    A

    中国

    B

    美国

    C

    日本

    D

    匈牙利


    正确答案: D
    解析: 暂无解析

  • 第13题:

    Givenacorrectlycompiledclasswhosesourcecodeis:packagecom.sun.sjcp;publicclassCommander{publicstaticvoidmain(String[]args){//morecodehere}}Assumethattheclassfileislocatedin/foo/com/sun/sjcp/,thecurrentdirectoryis/foo/,andthattheclasspathcontains.(currentdirectory).WhichcommandlinecorrectlyrunsCommander?()

    A.javaCommander

    B.javacom.sim.sjcp.Commander

    C.javacom/sun/sjcp/Commander

    D.java-cpcom.sun.sjcpCommander

    E.java-cpcom/sun/sjcpCommander


    参考答案:B

  • 第14题:

    ● 某项目组需要在Windows操作系统平台上用C++语言编写应用构件,该项目组宜选用__(30)__作为构件标准。

    (30)A.COM+ B.EJB C.OMG D.ODBC


    正确答案:A

  • 第15题:

    Sun中国公司网站上提供了Sun全球各公司的链接网址,其中WWW.SUN.COM.CN表示SUN()公司的网站。

    A.中国

    B.美国

    C.奥地利

    D.匈牙利


    参考答案:A

  • 第16题:

    OMG组织、微软公司和SUN公司所提出的软件构件的标准依次是(13)。

    A.①CORBA②EJB③COM

    B.①UML②VB③J2EE

    C.①CORBA②COM③EJB

    D.①CORBA②C#③JAVA


    正确答案:C
    解析:到目前为止,常用的软件构件的标准有OMG组织提出的CORBA,微软公司推出的COM和SUN公司推出的EJB。

  • 第17题:

    Sun公司网站上提供了Sun全球各公司的链接网址,其中www.sun.com.cn表示Sun()分公司的网站。

    • A、中国
    • B、美国
    • C、日本
    • D、匈牙利

    正确答案:A

  • 第18题:

    package com.sun.sjcp; public class Commander{ public static void main(String[]args){ //more code here } } Assume that the class fileis located in /foo/com/sun/sjcp/,the current directory is/foo/,and that the classpath contains“.“(current directory). Which command line correctly runs Commander?()

    • A、java Commander
    • B、java com.sim.sjcp.Commander
    • C、java com/sun/sjcp/Commander
    • D、java-cpcom.sun.sjcp Commander
    • E、java-cpcom/sun/sjcp Commander

    正确答案:B

  • 第19题:

    要使用JSTL的核心标签库,需要在JSP源文件的首部加入如下什么声明语句?()

    • A、〈%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %〉
    • B、〈%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml" %〉
    • C、〈%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %〉
    • D、〈%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %〉

    正确答案:A

  • 第20题:

    package com.company.application;  public class MainClass {  public static void main(String[] args) { }  }  And MainClass exists in the /apps/com/company/application directory. Assume the CLASSPATH environment variable is set to “.“ (current directory).  Which two java commands entered at the command line will run MainClass?()

    • A、 java MainClass if run from the /apps directory
    • B、 java com.company.application.MainClass if run from the /apps directory
    • C、 java -classpath /apps com.company.application.MainClass if run from any directory
    • D、 java -classpath . MainClass if run from the /apps/com/company/application directory
    • E、 java -classpath /apps/com/company/application:. MainClass if run from the /apps directory
    • F、 java com.company.application.MainClass if run from the /apps/com/company/application directory

    正确答案:B,C

  • 第21题:

    单选题
    要使用JSTL的核心标签库,需要在JSP源文件的首部加入如下什么声明语句?()
    A

    〈%@ taglib prefix=c uri=http://java.sun.com/jsp/jstl/core %〉

    B

    〈%@ taglib prefix=x uri=http://java.sun.com/jsp/jstl/xml %〉

    C

    〈%@ taglib prefix=fmt uri=http://java.sun.com/jsp/jstl/fmt %〉

    D

    〈%@ taglib prefix=sql uri=http://java.sun.com/jsp/jstl/sql %〉


    正确答案: A
    解析: 暂无解析

  • 第22题:

    单选题
    OMG组织、微软公司、Sun公司所提出的软件构件的标准依次是()
    A

    ①CORBA②EJB③COM

    B

    ①UML②VB③J2EE

    C

    ①CORBA②COM③EJB

    D

    ①CORBA②C#③JAVA


    正确答案: C
    解析: 本题考查常见的构件标准。常见的构件标准有OMG组织提出的CORBA,微软公司的COM/DCOM/CMM++和Sun公司的EJB。

  • 第23题:

    单选题
    Sun中国公司网站上提供了Sun全球各公司的链接网址,其中WWW.SUN.COM.CN表示SUN()公司的网站。
    A

    中国

    B

    美国

    C

    奥地利

    D

    匈牙利


    正确答案: B
    解析: 暂无解析