Self-test Questions
- Classes belong to which data type?
- Primitive
- Non-primitive
- Both a and b
- None
- Which one of the following is true for local variables?
- Local variables are declared in methods, constructors, or blocks
- Local variables are declared in a class, but outside a method, constructor or any block
- Both a and b
- None