What are the similarities between java and flex? : adobe flex action script
Answer / Chandra Pal
Java and Flex share several similarities:
1. Both are object-oriented programming languages.
2. Both use classes, interfaces, and packages for organizing code.
3. Both have a strong typing system with static types.
4. Both support exception handling.
5. Both can be used to build rich internet applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between graphical skinning and stateful skinning?
How do you implement push with flex data services?
Why is mytreenode.label or mytreenode.attributes.label undefined? : adobe flex action script
How do we use css styles in flex? : adobe flex action script
How do I get flex to query my database?
Sometimes, if I do not move the mouse, "click" and "mousedown" do not work. Why is that? : adobe flex action script
How do you generate random numbers within a given limit with actionscript? : adobe flex action script
What is a drag manager in adobe flex actionscript? : adobe flex action script
Difference between flash and flex?
Difference between flex and flash?
Why would you want to keep a reference to a changewatcher and call unwatch()? : adobe flex action script
Difference between sealed class and dynamic class?