최신Adobe Flex 4.5 ACE - 9A0-182무료샘플문제
문제1
Which method of the NativeDragManager class will approve the current drag event?
Which method of the NativeDragManager class will approve the current drag event?
정답: C
문제2
Which method of the FileReference class opens the operating system file explorer dialog?
Which method of the FileReference class opens the operating system file explorer dialog?
정답: B
문제3
Which declaration properly sets the x property in a state named detail?
Which declaration properly sets the x property in a state named detail?
정답: C
문제4
Which two statements about the Spark DataGrid are true? (Choose two.)
Which two statements about the Spark DataGrid are true? (Choose two.)
정답: D,E
문제5
Given the following code
<s:TextInput id="myTextInput" />
Which will allow you to set the content that will be displayed in the control?
Given the following code
<s:TextInput id="myTextInput" />
Which will allow you to set the content that will be displayed in the control?
정답: A
문제6
You want to create a custom layout to display a number of images in a carousel. Which superclass should you extend to create your custom layout?
You want to create a custom layout to display a number of images in a carousel. Which superclass should you extend to create your custom layout?
정답: D
문제7
You have created a Flex application that contains a custom component with the id of myComp. The Application class needs to be alerted whenever a private property named score is updated inside myComp. Which approach should be used to implement this functionality while maintaining encapsulation?
You have created a Flex application that contains a custom component with the id of myComp. The Application class needs to be alerted whenever a private property named score is updated inside myComp. Which approach should be used to implement this functionality while maintaining encapsulation?
정답: C
문제8
You have a custom class with a private property _name:
private var _name:String;
How should you declare an implicit getter for _name?
You have a custom class with a private property _name:
private var _name:String;
How should you declare an implicit getter for _name?
정답: C
문제9
You want to create a CSS rule that styles the Spark TextInput component. Your CSS document has the following namespace declaration:
@namespace s "library://ns.adobe.com/flex/spark";
Which correctly declares a CSS rule for the Spark TextInput component?
You want to create a CSS rule that styles the Spark TextInput component. Your CSS document has the following namespace declaration:
@namespace s "library://ns.adobe.com/flex/spark";
Which correctly declares a CSS rule for the Spark TextInput component?
정답: A
문제10
Which approach allows you to specify a layout for a Spark container?
Which approach allows you to specify a layout for a Spark container?
정답: A