Not a SINGLETON
- Toolkit used for determining screen size, other window system
parameters
- Toolkit class returns default toolkit
Toolkit kit = Toolkit.getDefaultToolkit();
- Not a singleton--can get other instances of Toolkit
- Math class not example of singleton pattern
- No objects of class Math are created