What is the extension of the compiled Flex application file ?
.swf
.as
.js
.svf
What is Web2.0?
Web as a platform
Web in mobile device
A standard
New architecture style
Out of these which one is not a valid flex chart component ?
bubble
candel stick
pie
tag cloud
How can a Flex application communicate to external Java file ?
Using JDBC
Using BlazeDS
Using FA Bridge
Directly calling the Java class
What FA Bridge does in Flex ?
Acts as a bridge between Flash and Action Script
Acts as a bridge between Flex and Struts Action Class
Communicates between Flex and Ajax
Communicates between Flash and Java
Can you implement lazy loading of a module in Flex ?
No, Flex doesn't support lazy loading
Yes, by lazyModuleLoader class
Yes, by moduleLoader class
Yes, but need to connect to database first
Flex programing is based on OOPS concept ?
True
False
You can't compile a Flex application without Flex Builder. True OR False ?
Flex Builder Professional is required to use Flex charting controls without watermarks (True/False)?
All charts except the PieChart control have grid lines by default ?