Monday, March 16, 2009

ActionScript 3 vs. Java

Both Java and ActionScript...

  • Are object oriented
  • Use single inheritance
  • Have a base Object class (which is automatically sub-classed)
  • Use strongly typed variables
  • Have Packages, Classes, and Interfaces
  • Support public, protected, and private methods and variables
  • Support static functions and variables
  • Support try/catch/finally exception handling
Of course there are many differences between Java and ActionScript.

Read more about ActionScript vs. Java at Flex After Dark...