1. Question: Which of the following statements about the System class is true?

    A
    It is used to access the user's operating system.

    B
    It can be used to set the content of the user's clipboard.

    C
    It can be used to retrieve current memory usage for flash player.

    D
    All of these

    Note: Not available
    1. Report
  2. Question: The Error class serves as the base class for all run-time errors thrown by Flash.

    A
    True

    B
    False

    Note: Not available
    1. Report
  3. Question: Which of the following keywords is used to bring control out of a loop?

    A
    break

    B
    continue

    C
    end

    D
    terminate

    Note: Not available
    1. Report
  4. Question: Given the following string variable declaration, where 3 is an int var myString : String = "These are " + 3 + " lines" The value stored in myString is:

    A
    These are 3 lines

    B
    These are lines

    C
    These are three lines

    D
    Compilation Error: could not convert int to String

    Note: Not available
    1. Report
  5. Question: The addEventListener() method of the EventDispatcher class is used to:

    A
    create a new Event

    B
    delete an event

    C
    add/register a new listener for an event

    D
    deregister an event listener

    Note: Not available
    1. Report
  6. Question: The trim() method of StringUtil Class is used:

    A
    only to remove all white spaces from the beginning of the string.

    B
    only to remove all white spaces from the end of the string.

    C
    to remove all white spaces from the beginning and the end of the string.

    D
    to remove all whitespaces in the string including those inside the string.

    Note: Not available
    1. Report
  7. Question: Which of the following is not a security-sandbox type?

    A
    Local-trusted

    B
    Local-with-networking

    C
    Remote

    D
    Remote-with-networking

    Note: Not available
    1. Report
  8. Question: If no Access modifier is specified for a property in a class, then by default, the property is:

    A
    Public

    B
    Private

    C
    Protected

    D
    Internal

    Note: Not available
    1. Report
  9. Question: What is the length of the given array? var myArray1 : Array = new Array ("One", "Two", "Three");

    A
    0

    B
    1

    C
    2

    D
    3

    Note: Not available
    1. Report
  10. Question: Suppose we have an arrayCollection whose cursor (myCursor) has been created using the arraycollection's getCursor() method. At runtime, when myCursor.afterLast returns true, what is the value of myCursor.current?

    A
    Null

    B
    A reference to the last item in the array collection

    C
    A reference to the first item in the array collection

    D
    A reference to any random item in the array collection

    Note: Not available
    1. Report
Copyright © 2025. Powered by Intellect Software Ltd