HOMELv049 Stream.iterate(0, i -> i + 1).limit(5).reduce(0, (a, b) -> a + b) の結果はどれか。 2026年1月24日 10 外部クラスからstaticネストクラス(静的メンバクラス)をインスタンス化する構文はどれか。 ReentrantLockにおいて、lock()とlockInterruptibly()の主な違いはどれか。