Q2
Single choice
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"
xmlns:comp="components.*">
<!-- Put Component Here -->
</s:Group>
Which is a correct way to instantiate the MyComponent class using MXML?