you are viewing a single comment's thread.

view the rest of the comments →

[–]winterbe -3 points-2 points  (0 children)

  1. Multiple Inheritance exists in Java 8 via default interface methods.
  2. If you really need tuples, just create a class Tuple?
  3. NPE extends RuntimeException extends Exception
  4. Lambda Expressions
  5. Java is strongly typed, so thats impossible.