19 April 2021

Housekeeping Have s6.pdf read; a quiz will occur on Thursday.

A Quickie: Command-line Arguments

What is static?

Wrapper Classes

commmon features:
    They are immutible objects (just like Python)
    They have one state variable, the primitive they are wrapping.
    They have handy-dandy static methods.