PPT Slide
- Can be populated only with objects;
- Cannot be populated with primitives;
- Can be populated with objects that contain primitives;
- If you need to populate them with primitives, use type wrapper classes e.g., Integer for int, etc.
- Will allow you to populate them with any type of object . . .
- Thus, good programming requires that the programmer enforce typing within a Vector, because Java doesn’t.