Packages and the Software Development Lifecycle in Java
Overview
Teaching: 60 min
Exercises: 0 minQuestions
How do we use packages in Java?
How can we control the build environment?
How do we produce well documented code?
Objectives
Understand how to define effective packages.
Provide a structure for well documented code.
Key Points
The software development lifecycle in Java provides a framework for reliable, performant and professional production of code.