Which two choices will allow you to apply a skin to a component at compile time? (Choose two.)
Reveal answer details Close answer details
Correct answersC, E
Adobe · 9A0-182
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Multiple choice
Which two choices will allow you to apply a skin to a component at compile time? (Choose two.) Reveal answer details Close answer detailsCorrect answersC, E
Single choice
You have created the class MyComponent in the components package. Given the following code: <?xml version="1.0" encoding="utf-8"?> Which is a correct way to instantiate the MyComponent class using MXML? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which method of the FileReference class opens the operating system file explorer dialog? Reveal answer details Close answer detailsCorrect answerA
Single choice
Which approach allows you to specify a layout for a Spark container? Reveal answer details Close answer detailsCorrect answerD
Single choice
What is the effect of the following code snippet: <s:TextInput id="tf1" text="@{tf2.text}"/>
<s:TextInput id="tf2"/>Reveal answer details Close answer detailsCorrect answerC
Single choice
You are creating a custom component that extends the SkinnableContainer class. You want to require that the skin of your component use a Spark Button in the layout. What should you do? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which properly defines an ItemRenderer for a Spark DataGrid column? Reveal answer details Close answer detailsCorrect answerA
Single choice
You want to create a drop shadow on the Spark label myLabel. Which syntax is correct? Reveal answer details Close answer detailsCorrect answerD
Single choice
Which code correctly defines the constructor for the Circle class? package public class Circle extends Sprite Reveal answer details Close answer detailsCorrect answerB
Single choice
Which statement comparing Spark and MX layouts are true? Reveal answer details Close answer detailsCorrect answerA
Single choice
You are defining a User class with username and password properties to encapsulate data. Which design pattern is being utilized? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which property of the SQLStatement class contains the actual SQL statement to be executed? Reveal answer details Close answer detailsCorrect answerA
Single choice
Which property of the NumericStepper gives you access to the number that is displayed? Reveal answer details Close answer detailsCorrect answerB
Multiple choice
Which two approaches could be used to show a component only within a specified Spark view state? (Choose two) Reveal answer details Close answer detailsCorrect answersA, B
Single choice
Given the following code: <fx:Binding source="message" destination="input.text" twoWay="true" /> <fx:Script> What will be displayed in the text input control when the application first loads? Reveal answer details Close answer detailsCorrect answerC |