It is. The general rule if you don’t define any modifier is “the most restricted modifier that can be applied here is used”, so private for methods, internal for top-level classes, etc.
It is. The general rule if you don’t define any modifier is “the most restricted modifier that can be applied here is used”, so private for methods, internal for top-level classes, etc.