Welcome to a video in the Learning Java Playlist where we learn how to code in Java. While we assuming you are a beginner, we also are assuming you've had some experience in other coding languages like C/C++, Python, or others. If you are looking for practice problems to try: • Java Practice Programming Examples
Want to see the rest of this video series: • Learning Java
-- Video Details --
In this video we learn how to import both a single class as well as a group of classes, called a package, in Java to extend Java's capabilities. Other languages might call Java's Package a library, or similar name.
-- Video Chapters --
00:00 - What is a Package
00:28 - Importing a Package
01:05 - Importing a class vs the whole package
02:51 - Why import only one class?