ACCESS MODIFIERS IN JAVA & ITS SIGIFICANCE IN CLASS, METHOD AND VARIABLE: There are four access modifiers keywords in Java and they are: ModifierDescription Defaultdeclarations are visible only within the package (package private) Privatedecl...