What are the Similarities between Flex & Java?
Answer / Jyoti
Flex and Java share several similarities:n1. Object-Oriented Programming: Both Flex and Java are based on object-oriented programming principles, which means they use classes, objects, inheritance, polymorphism, etc.n2. Standard Library: Both have a standard library that provides essential functionalities for various purposes such as string manipulation, collections, I/O operations, etc.n3. Platform Independence: Similar to Java, Flex applications can run on multiple platforms without requiring platform-specific code.n4. Compilation: Both Flex and Java require compilation before execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do strongly typed objects appear as "undefined" in the netconnection debugger? : adobe flex action script
When I set visible="false", the component still takes up space and appears in the tab order. Why is that? : adobe flex action script
How to store the data in local?
What keyword allows us to implement abstraction better in flex?
What is stoppropagation() and stopimmediatepropagation()?
What is polymorphism in term of oop (flash actionscript)?
Why is mytreenode.label or mytreenode.attributes.label undefined? : adobe flex action script
Can you write to the file system from flex? : adobe flex action script
What is event flow in term of event handling in flash action script 3.0?
What is a resource manager in flex actionscript?
What is display container? : adobe flex action script
How do I pass parameters to a pop-up window in actionscript? : adobe flex action script