网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
Which technology does WebLogic Server use to look up a WebLogic JMS resource?()
A

HTTP

B

JNI

C

JNDI

D

T3

E

LDAP


参考答案

参考解析
解析: 暂无解析
更多 “单选题Which technology does WebLogic Server use to look up a WebLogic JMS resource?()A HTTPB JNIC JNDID T3E LDAP” 相关考题
考题 WhichtechnologydoesWebLogicServerusetolookupaWebLogicJMSresource?() A.HTTPB.JNIC.JNDID.T3E.LDAP

考题 有关Weblogic Portal的描述,()是错误的。A、可使用第三方LDAP软件进行身份认证B、运行在Weblogic Server上C、只能独立运行D、可以和Apache Server一起运行

考题 You deploy two different applications to the WebLogic container. One application use Xerces parser version A and the other application uses Xerces parser version B. Both these versions are different from the parser version that the WebLogic server uses internally. You want to use the Filtering Classloader feature to solve this problem. What action would you take to generate proper filtering Classloader entries?() A、Modify the applications to use the same version that WebLogic uses internally.B、Based on available examples of Filtering Classloader entries, try to modify get the proper  entries.C、Deploy and use the Classloader Analyzing Tool to resolve all conflicts with conflicting libraries.  This tool will generate all proper entries.D、Split the application into separate WebLogic containers and use different WLS versions of  Xerces but identical that applications require.E、Look for a WebLogic release that uses the same version of Xerces that the applications use.

考题 A customer wants to send JMS messages to a remote WebLogic server from a Java SE application over an unreliable network connection. Which feature of WebLogic JMS will enable the customer to send messages from a Java SE client to a JMS destination that is not always easily reached?()A、SAF TargetB、SAF Imported DestinationC、SAF ClientD、SAF ServerE、Distributed SAF JMS

考题 An application is using WebLogic JMS Store and Forward to forward messages from a local JMS queue a remote WebLogic JMS destination. You need to determine if the messages are being  sent from the local Weblogic Server. Where do you find information and metrics about Store and Forward components in the WebLogic Admin Console?()A、JMS Persistent StoreB、JMS Server  C、JMS Distributed DestinationD、JMS Store and Forward  E、Automatic Service Migration

考题 在Weblogic 10.X中的config.xml中标识JMS system-resource module的4个属性是()。A、domain,jms-server,connectionfactory,destinationB、name,target,subdeployment,descriptor-file-nameC、config.xml,jms-module,subdeployment,descriptor-file-nameD、name,jms-module,subdeployment,descriptor-file-name

考题 Which two statements are true about interoperating with Oracle AQ JMS with Oracle WebLogic server ?()A、 If you select a non-XA JDBC driver, you can use WebLogic AQ JMS in both local  global transactionsB、 Oracle WebLogic Server requires a JDBC driver to communicate with the Oracle AQ JMSC、 Oracle WebLogic AQ JMS stand-alone client automatically participate in global transactions managed by Oracle WebLogic ServerD、 If you select an XA JDBC driver, you can use WebLogic AQ JMS in both local and global transactions

考题 To use Active Cache features in WebLogic 12C, which three libraries are needed from the WebLogic Server installation to be deployed in WebLogic Server?()A、coherence-work.jarB、coherence.jarC、active-cache-1.0.jarD、coherence-web-spi.war

考题 A customer is developing a custom application that involves a multistep provisioning process for a new account. There is a custom Java client application that is generating multiple JMS messages as part of the process and sending them to the WebLogic tier where they are processed.    Which three steps must you take to implement the solution to allow for scalability and parallel processing of multiple simultaneous provisioning requests while ensuring messages for an individual process are not delivered out of order?()A、Update the client application that is creating the JMS messages to use Unit of Work.B、Configure a WebLogic Cluster for Distributed JMS.C、Update the client application that is creating the JMS messages to use Unit of Order.D、Enable XA Transactions on the JMS Connection Factory used by the client application.E、Enable Load Balancing on the JMS connection factory used by the client application. 

考题 Which two statements are true regarding the WebLogic domain?()A、A WebLogic domain can have more than one Administration server.B、A WebLogic domain has at least one WebLogic server.C、A WebLogic domain can have at the most one cluster.  D、A WebLogic domain can cross multiple physical machines.  E、Each WebLogic domain is associated with a different Node Manager.

考题 Which statement is FALSE regarding WebLogic Server 12c?()A、supports Java EE 6.0B、supports WebLogic Web Services 8.1 Application EnvironmentC、includes a new Maven plug-inD、supports use of annotations in resource adapter class files

考题 You have a domain that was created and configured with WebLogic 10.3.5. You want to upgrade  the domain to use WebLogic 12c. Which Oracle tool must you use to upgrade your domain?()A、Oracle WebLogic Domain Upgrade toolB、Smart Update C、Smart Upgrade  D、No tool required, just install WebLogic 12c, update the domain to point to the new WebLogic installation and start your domain.E、JDeveloper

考题 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 consoleB、tracking changes in the configuration of WebLogic DomainC、automation of provisioning process in the new environmentD、checking compliance with the licenses that a customer hasE、visual creation of JDBC DataSource object to Oracle RAC

考题 Which technology does WebLogic Server use to look up a WebLogic JMS resource?()A、HTTPB、JNIC、JNDID、T3E、LDAP

考题 Which WebLogic edition bundles JRockit Real Time?()A、WebLogic Server Standard EditionB、WebLogic Server Enterprise EditionC、WebLogic Server SuiteD、WebLogic Server Grid EditionE、WebLogic Server Cloud Edition

考题 This is a special WebLogic Server instance included by the WebLogic Server Domains.  It represents a central point from which you configure and manage all resource domain. ()A、 Managed ServerB、 Web ServerC、 Administration ServerD、 Node Server

考题 Which is a command-line scripting interface based  on Jython used for automation of WebLogic Server administration ?()A、 WebLogic Scripting ToolB、 Weblogic OPMNC、 WeblogicDeployerD、 WeblogicICommand

考题 单选题Which technology does WebLogic Server use to look up a WebLogic JMS resource?()A HTTPB JNIC JNDID T3E LDAP

考题 多选题To use Active Cache features in WebLogic 12C, which three libraries are needed from the WebLogic Server installation to be deployed in WebLogic Server?()Acoherence-work.jarBcoherence.jarCactive-cache-1.0.jarDcoherence-web-spi.war

考题 多选题Which two statements are true about interoperating with Oracle AQ JMS with Oracle WebLogic server ?()AIf you select a non-XA JDBC driver, you can use WebLogic AQ JMS in both local  global transactionsBOracle WebLogic Server requires a JDBC driver to communicate with the Oracle AQ JMSCOracle WebLogic AQ JMS stand-alone client automatically participate in global transactions managed by Oracle WebLogic ServerDIf you select an XA JDBC driver, you can use WebLogic AQ JMS in both local and global transactions

考题 单选题You have a domain that was created and configured with WebLogic 10.3.5. You want to upgrade  the domain to use WebLogic 12c. Which Oracle tool must you use to upgrade your domain?()A Oracle WebLogic Domain Upgrade toolB Smart Update C Smart Upgrade  D No tool required, just install WebLogic 12c, update the domain to point to the new WebLogic installation and start your domain.E JDeveloper

考题 多选题When you use WebLogic Management Pack EE, which three operations are enabled compared to managing WebLogic Server only through web console?()Amanagement of many WebLogic Server Domains from a single web consoleBtracking changes in the configuration of WebLogic DomainCautomation of provisioning process in the new environmentDchecking compliance with the licenses that a customer hasEvisual creation of JDBC DataSource object to Oracle RAC

考题 单选题An application is using WebLogic JMS Store and Forward to forward messages from a local JMS queue a remote WebLogic JMS destination. You need to determine if the messages are being  sent from the local Weblogic Server. Where do you find information and metrics about Store and Forward components in the WebLogic Admin Console?()A JMS Persistent StoreB JMS Server  C JMS Distributed DestinationD JMS Store and Forward  E Automatic Service Migration

考题 单选题This is a special WebLogic Server instance included by the WebLogic Server Domains.  It represents a central point from which you configure and manage all resource domain. ()A  Managed ServerB  Web ServerC  Administration ServerD  Node Server

考题 单选题Which statement is FALSE regarding WebLogic Server 12c?()A supports Java EE 6.0B supports WebLogic Web Services 8.1 Application EnvironmentC includes a new Maven plug-inD supports use of annotations in resource adapter class files

考题 单选题Which is a command-line scripting interface based  on Jython used for automation of WebLogic Server administration ?()A  WebLogic Scripting ToolB  Weblogic OPMNC  WeblogicDeployerD  WeblogicICommand

考题 单选题A customer wants to send JMS messages to a remote WebLogic server from a Java SE application over an unreliable network connection. Which feature of WebLogic JMS will enable the customer to send messages from a Java SE client to a JMS destination that is not always easily reached?()A SAF TargetB SAF Imported DestinationC SAF ClientD SAF ServerE Distributed SAF JMS

考题 多选题Which two statements are true regarding the WebLogic domain?()AA WebLogic domain can have more than one Administration server.BA WebLogic domain has at least one WebLogic server.CA WebLogic domain can have at the most one cluster.DA WebLogic domain can cross multiple physical machines.EEach WebLogic domain is associated with a different Node Manager.