Orçun Çolak'ın her şeyden bir parça notları
record Range(int low, int high) implements Serializable { private Object readResolve() { if (high < low) { throw new IllegalStateException("Serialized object has high value less than low value"); } return this; } }
Hiç yorum yok:
Yorum Gönder