190-801  Exam

Exam # of questions Description  Update
190-801 81 190-801... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

190-801 - Exam Information
  • Description: IBM Lotus Notes Domino 8 Application Development Update
  • Passing Score: 75%
  • Practice Test - Number of questions: 81 questions
  • Simulation Test - Number of questions: 81 questions
  • Simulation Test Duration: 90 minutes
  • Has explanations: No

Question of the day

The LotusScript NotesPropertyBroker class is used to mediate communication between components of a composite application. Which of the following methods is used to get a handle to the global NotesPropertyBroker object?

Answer(s)

  1. Dim broker As New NotesPropertyBroker()
  2. Dim session As New NotesSessionSet broker = session.GetPropertyBroker()
  3. Dim session As New NotesSessionSet broker = session.CurrentDatabase.GetPropertyBroker()
  4. Dim session As New NotesSessionSet context = session.GetCompositeContext()Set broker = context.GetPropertyBroker()
Correct Answer

Dim session As New NotesSessionSet broker = session.GetPropertyBroker()