References : https://docs.oracle.com/javase/tutorial/java/javaOO/accesscontrol.html Access Levels ============ Modifier Class Package Subclass All public Y Y Y Y protected Y Y Y N default Y Y N N private Y N N N
Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.