510-301  Exam

Exam # of questions Description  Update
510-301 111 510-301... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

510-301 - Exam Information
  • Description:Power Builder 6.0 Developer Associate
  • Passing Score:75%
  • Practice Test - Number of questions:111 questions
  • Simulation Test - Number of questions:111 questions
  • Simulation Test Duration:90 minutes
  • Has explanations:No

Question of the day

What are two advantages of using the Message object to pass data opposed to using global variables? (Choose two.)

Answer(s)

  1. Global variables can be created and destroyed at runtime.
  2. The application object can be inherited making the global variables accessible to descendantobjects.
  3. A reference variable to the Message object does not need to be defined.
  4. The Message object can be extended through inheritance.
Correct Answer

A reference variable to the Message object does not need to be defined.

The Message object can be extended through inheritance.