Adobe Flex 4.5 ACE - 9A0-182 Exam Practice Test
Which two statements about comparing modules and sub-applications are true? (Choose two.)
Correct Answer: B,C
Vote an answer
Which three are valid ItemRenderer implementation approaches in Flex? (Choose three.)
Correct Answer: B,C,D
Vote an answer
Which statement about implementing an interface within an ActionScript class is true?
Correct Answer: D
Vote an answer
You are creating an application that will need:
An event dispatching system
A means for interested components to be notified when something changes in another object
Which design pattern should be used to create this architecture?
An event dispatching system
A means for interested components to be notified when something changes in another object
Which design pattern should be used to create this architecture?
Correct Answer: A
Vote an answer
Which two classes can be extended to create a skin? (Choose two.)
Correct Answer: A,D
Vote an answer
You have a ViewStack with multiple children. You want all children to be created before the application is available for use. You are using the Spark NavigatorContent container to define all of the children of the ViewStack. Which setting will you need to specify?
Correct Answer: A
Vote an answer
You want to use a Spark item renderer. What must you do?
Correct Answer: D
Vote an answer
You are using a Skin class with a specific component class. How is compile-time checking of the component properties enabled within the Skin class?
Correct Answer: D
Vote an answer
Which property of the SQLStatement class contains the actual SQL statement to be executed?
Correct Answer: D
Vote an answer
Give the ActionScript class:
public class MyClass implements IResizable { }
What can be said about MyClass?
public class MyClass implements IResizable { }
What can be said about MyClass?
Correct Answer: D
Vote an answer