There are three ways to use classes from other packages in Java:
1. Import the package member using an import statement
2. Import the entire package using an import statement
3. Refer to the member by its fully qualified name without using an import statement