Will keep adding to this list as and when I get more information.
Here are some things I take for granted in Python (and sometimes in C++ too) that aren't available in Java:
- it doesn't support switching on strings (at least until jdk7)
- it doesn't allow default values for method arguments
No comments:
Post a Comment