ニュース

Java SE 14 (2020年3月) では、プレビュー機能として限定された形式のパターンマッチングが導入されました。これは、Java SE 16 (2021年3月) の永続的な ...
I've just been doing C++ stuff for a while and have seen some wretched abuse of instanceof in Java code (basically inverted inheritance hierarchies with switch statements on type).