190-753  Exam

Exam # of questions Description  Update
190-753 81 190-753 Using JavaScript in IBM Louts Domino 7 Ap... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

190-753 - Exam Information
  • Description:190-753 Using JavaScript in IBM Louts Domino 7 Applications
  • Passing Score:75%
  • Practice Test - Number of questions:81 questions
  • Simulation Test - Number of questions:81 questions
  • Simulation Test Duration:41 minutes
  • Has explanations:No

Question of the day

A Domino form contains one Java applet with the following source code: import lotus.domino.*; public class dummy extends AppletBase(){} The applet is set to "Use Notes CORBA classes", and the server is properly set up to allow access using CORBA. If the following JavaScript code is run on the Form as it is accessed via the Web: var session = window.document.applets[0].openSession() alert (session.getPlatform()) What will be the output?

Answer(s)

  1. An error will occur because this only works on the Notes client, not in a browser
  2. The type of browser that the user is using
  3. An error will occur because the Java applet does not have an "openSession" method
  4. The operating system platform
Correct Answer

The operating system platform