Properties and methods make Java classes interesting. Properties represent the data an object possesses, while methods enable the intelligent manipulation of that data. However, to perform any ...
JEP 384はrecordという機能について提案しているJEPである。Java 14でPreviewとして追加されており、そのフィードバックを受けてJava 15ではSecond Previewになった。順調にいけば次期バージョンのJava 16で正式版になる。 recordは、不変なデータを保持するためのクラス ...