This lesson is being piloted (Beta version)

Packages and the Software Development Lifecycle in Java

Overview

Teaching: 60 min
Exercises: 0 min
Questions
  • 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.

Pi j4.1 packages from mcollison

PiJ4.0 Day 4 Introduction

Key Points

  • The software development lifecycle in Java provides a framework for reliable, performant and professional production of code.