I am having a hard time understanding the `interna...
# announcements
e
I am having a hard time understanding the
internal
accessibility modifier.
internal
any client inside this module who sees the declaring class sees its
internal
members
I have two fundamental questions: What exactly is a module? How is this implemented under the hood, given that Java does not offer a modifier that gives these guarantees?