Which of the following keywords will be used if you need to use a method without instantiation of the class to which it belongs to?
function
static
static function
public function
What is the default resultFormat when complex data is returned by the class?
Object
Plain text
xml
e4x
You want to allow user to select more than one item from a List by holding Ctrl key. Which of the following properties will be used?
allowCtrlSelections
allowMultipleSelections
selectedIndices
selectedItem
Which of the following container is sub class of Panel Container
ViewStack
TitleWindow
Accordion
Application
Which of the following is the default value of creationPolicy property of any application?
QUEUED
AUTO
ALL
NONE
Which of the following component can be used to present a dialog box style window?
ControlBar
PopUpBBar
ButtonBar
The method in Array which is used to sort the Objects in Array on specific property in the Object is
sort
sortOn
reverse
sortBy
Which of the following is correct code to define a contructor in ActionScript class?
private constructor classname()
public constructor classname()
private function classname()
public function classname()
Which of the following component is used to encapsulate data and behaviours related to the data processed by the appliation
Controller
View
Pattern
Model
What is NOT possible with mx:DataGrid ?
Sortable Columns
Rearrange columns at runtime
Represent hierarchical data
Customize a cell in datagrid