Aktuelle Änderungen Printable View Änderungen Bearbeiten
UsefulTools > WikiGroup > RubyOnRails > MyPythonLib > LispForDsls > TortoiseSVN > Steffen > AboutMe > SmartPython > CommentSpam > SegelReviere > AntiPatterns > PythonTyping > CSharpVsJava > VannevarBush > SharpDevelop > JavaGenericsClear TrailSo for some problems, the choice in Java comes down to (A) using generics and duplicating code, but keeping the type checking at compile time (B) using Object and preventing duplicate code, but using dynamic checking instead of static checking.