How do you need to do to publish an AIR application?
What will be an ideal response?
To publish your application publicly, you need to create an application icon
and purchase a security certificate to digitally sign your application. The
published .air file can then be installed in Windows or OS X.
You might also like to view...
The __________ algorithm uses recursion to sort a list.
a. shell sort b. QuickSort c. binary sort d. red/black sort e. None of these
True or false: A hub is also called a multiport repeater.
a. True b. False
Which of the following methods are in the Collection interface?
a. remove(o: Object): boolean b. removeAll(c: Collection>): boolean c. delete(o: E): boolean d. deleteAll(c: Collection>): boolean
What is NOT part of a variable declaration in the C# programming language?
A. The data type the variable will store. B. The variable's name. C. An optional assignment operator and assigned value. D. The variable's associated parent class.