privateは、そのクラス内からしかアクセスできないのに対して、protectedは、protectedで宣言したデータが属するクラスを継承した子クラスの中からでもアクセスが可能になる。通常、privateで宣言したフィールドにアクセスする為に、publicで宣言したgetterを設定 ...
The following error isn't reproducible but might help in the future if it comes up again. occurred using openjdk version 11.0.6 2020-01-14; OpenJDK Runtime ...