The direct way to use XPages in a notes 8.5.1 client is whic

题目
单选题
The direct way to use XPages in a notes 8.5.1 client is which of the following?()
A

Through a composite application component

B

Through use of a file URL

C

Client database Launch property

D

XPages are accessed through eclipse and not a notes client

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

第1题:

Use direct order in presentation when you expect the audience to be ( )

A.skeptical

B.unreceptive

C.receptive


参考答案:C

第2题:

Which two statements about configuration an unconnected Catalyst Express 500 switch from setup mode using a PC are true?()

  • A、You may use Cisco Network Assistant to set up the initial configuration
  • B、You must use CLI for initial configuration
  • C、You may use either CLI or CAN for configuration
  • D、You may make a direct connection to the PC from any point on the switch
  • E、You may only make a direct connection from the port with the flashing green LED to the PC

正确答案:A,E

第3题:

Whenyoumakeanymistakesinnurses’notes,youshouldNOT.()

A.drawalinethroughthemistakes

B.write‘error’overthemistakes

C.writeyoursignaturedownneartothemistakes

D.use‘white-out’


参考答案:D

第4题:

What is the new feature within 8.5.1 that allows a developer to remove malicious code from HTML?()

  • A、Java Server Faces (JSF)
  • B、Representational State Transfer (REST)
  • C、Active Content Filtering (ACF)
  • D、Notes Application Scrubber

正确答案:C

第5题:

You develop a Windows Communication Foundation (WCF) service that uses basic authentication for client credentials. This service is currently configured to use message security. The service is hosted on a server in workgroup mode.Users report that their passwords are stolen when they use public computers.You need to ensure that messages are secure and users are authenticated.You prevent the service from being called over HTTP through Microsoft Internet Information Services (IIS) configuration. What should you do next?()

  • A、Use the transport security mode and specify None for transport client credential type.
  • B、Use the transportWithMessageCredential security mode and specify Basic for the transport client credential type.
  • C、Use the message security mode and specify Basic for the transport client credential type.
  • D、Use the transportWithMessageCredential security mode and specify None for the transport client credential type.

正确答案:B

第6题:

A "trusted" client needs to communicate with a server that has been configured to use CLIENT authentication. Which of the following will be used to verify passwords?()

A.User ID/password file

B.Communications layer

C.Client applications

D.Operating system


参考答案:D

第7题:

You work as an application developer at Certkiller .com. Certkiller .com wants you to develop an application that stores and retrieves client information by means of a unique account number.You create a custom collection class, which implements the IDictionary interface,named ClientDictionary. The following code have been included into the new application. //Create Client objects Client c1 = new Client ("AReid", "Andy Reid", Status.Current); Client c2 = new Client ("DAustin", "Dean Austin", Status.New); //Create ClientDictionary object IDictionary cData = new ClientDictionary (); cData.Add ("10001", c1); cData.Add ("10002", c2); You use the same method to add other Client objects to the collection. You need to ensure that you are able to retrieve client information associated with the account number 10111.What should you do?()

  • A、 Use the following code: Client foundClient;foundClient = (Client) cData.Find ("10111"); 
  • B、 Use the following code: Client foundClient;if (cData.Contains ("10111")) foundClient = cData ["10111"]; 
  • C、 Use the following code: Client foundClient;if (cData.Contains ("10111"))foundClient =(Client) cData ["10111"]; 
  • D、 Use the following code: Client foundClient;foreach (string key in cData.Keys {if (key == "10111")foundClient = (Client) cData.Values ["10111"]; }

正确答案:C

第8题:

You develop a Windows Communication Foundation (WCF) service that uses basic authentication for client credentials. This service is currently configured to use message security. The service is hosted on a server in workgroup mode.Users report that their passwords are stolen when they use public computers.You need to ensure that messages are secure and users are authenticated.You prevent the service from being called over HTTP through Microsoft Internet Information Services (IIS) configuration.What should you do next?()

A. Use the transport security mode and specify None for transport client credential type.

B. Use the transportWithMessageCredential security mode and specify Basic for the transport client credential type.

C. Use the message security mode and specify Basic for the transport client credential type.

D. Use the transportWithMessageCredential security mode and specify None for the transport client credential type.


参考答案:B

第9题:

Which of the following is NOT a common or correct use of a custom control?()

  • A、Adding a company logo to business documents
  • B、As the UI widgets for 1 specificXPage that will never be replicated by any other XPages, ever
  • C、Adding mailing label information to mail and memo pages
  • D、As a control that needs to appear conditionally, depending on the result of a formula

正确答案:B

第10题:

What is required to utilize Dojo Wigits?()

  • A、Setting the dojo widget properties on anxpage
  • B、A server notes.ini parameter
  • C、Client side library installation
  • D、Access to www.dojocampus.org

正确答案:A

更多相关问题