题目

When you use WebLogic Management Pack EE, which three operations are enabled compared to managing WebLogic Server only through web console?()

A

management of many WebLogic Server Domains from a single web console

B

tracking changes in the configuration of WebLogic Domain

C

automation of provisioning process in the new environment

D

checking compliance with the licenses that a customer has

E

visual creation of JDBC DataSource object to Oracle RAC

答案
查看答案
相关试题

下列不属于Java关键字的是(  )。

A、this

B、super

C、finally

D、NULL

设置文件夹共享属性时,可以选择的三种访问类型为完全控制、更改和()

A、共享

B、只读

C、不完全

D、不共享

public class Pet{     private String name;     public Pet(String name){       this.name = name;    }  public void speak(){     System.out.print(name); }  }  public class Dog extends Pet{     public Dog(String name){       super(name);    }  public void speak(){    super.speak();  System.out.print(“ Dog ”);    } }  执行代码   Pet pet = new Dog(“京巴”);  pet.speak();  后输出的内容是哪项?() 

A、 京巴

B、 京巴 Dog

C、 null

D、 Dog京巴

在面向对象系统中,同类元素的有序集合(大小已预置),称为()

A、行类型

B、数组类型

C、列表类型

D、包类型

E、集合类型

某校园网通过数据通信网与ISP相通,下面属于数据通信网的是()

A、ISDN

B、BBS

C、电话网

D、以太网

最新解答的试题