Computer Science 225
Advanced Programming
Spring 2017, Siena College
Lecture 6: Java's Package System
Date: Monday, February 6, 2017
Agenda
- Announcements
- If your group has not yet completed Lab 2, you have until
start of your lab period on Wednesday to wrap it up
- Homework Project 2: Extended Chutes and Ladders simulation underway
- Notice: topic notes for today's material
- Packages in Java
- Java API packages
- Using packages
- Creating your own packages
- Obscuring
- More recursion practice
Terminology
- package
- fully qualified name
- wildcard imports
- default package
- obscuring
Examples