Computer Science 225
Advanced Programming
Spring 2020, Siena College
Lecture 28: Java Packages
Date: Friday, April 17, 2020
Agenda
- Announcements
- Final Project
- please check my responses to your proposals if you have not done so
- about two weeks of implementation time
- Lab 8: Threads for Parallel Processing due in labs next week
- get my attention when you need things checked along the way
or when you're done
- Java Packages
- Java API packages and modules
- using packages
- protection levels
- creating your own packages
Terminology
- package
- module
- fully qualified name
- wildcard imports
- default package
Examples