In this video we look at Java Packages and how we define what package we belong to. The package acts like an API allowing us to use and reuse code from different projects more efficiently so keep our development time down.
We can create packages for our own use, or to allow others to use them.