IT인증,IT자격증,IT자격증시험,IT인증시험

http://www.pass4test.net/

Adobe 9A0-129 (Adobe Flex 4 ACE) 시험덤프

Pass4Test 덤프는 IT인증시험을 대비하여 제작된것이므로 시험적중율이 높아 다른 시험대비공부자료보다 많이 유용하기에 IT자격증을 취득하는데 좋은 동반자가 되어드릴수 있습니다. Adobe 9A0-129 (Adobe Flex 4 ACE)  덤프를 사용해보신 분들의 시험성적을 통계한 결과 시험통과율이 거의 100%에 가깝다는 놀라운 결과를 얻었습니다.

 

 

NO.1 What must you do extend Event class?
A. invoke the superclass constructor within your custom constructor
B. define an Event metadata keyword within your custom Event class
C. override the clone() method of the parent class
D. define an object to contain all contain all custom properties passed to the event
Answer: A

NO.2 You have created the class MyComponent in the components package. Given the following code:
<?xml version="1.0" encoding-"utf-8"?>
<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library.//ns.adobe.com/flex/mx"
xmtns:comp="components.*''>
<!--Put Component Here-->
</s:Group>
Which is a correct way to instantiate the MyComponent class?
A. <MyComponent/>
B. <comp:MyComponent />
C. <components:MyComponent/>
D. <Component type="MyComponent" />
Answer: B

NO.3 You are creating a custom component that extends the SkinnableContainer class. You want to require
that the skin of your component use a ark Button in the layout. What should you do?
A. Declare and style the button inside your class file, not in the skin
B. Define a SkinnableComponentthat extends the Button class
C. Define SkinPart metadata to make a Button required
D. There is NO way to require a button in a SkinnableContainer skin
Answer: C

NO.4 You aredefining a User class with username and password properties to encapsulate data. Which
design pattern is being utilized?
A. Observer
B. Factory
C. ValueObject
D. Mediator
Answer: C

NO.5 You have a created a custom component called MyComp.Which two statements could be used to
create an instanceof MyComp? (Choosetwo)
A. <comps: MyComp />
B. <component>MyComp</component>
C. var comp:M/Comp = new MyComp();
D. var comp MyComp = new DisplayObject();
E. var comp:MyComp = createClass("MyComp");
Answer: A,C
 
Posted 2013/7/9 6:55:05  |  Category: 미분류  |  Tag: