JAVA
13. A programmer cannot instantiate an interface. TRUE OR FALSE?
14. Each primitive Java type can be represented as a object using the _____ classes. spelling and case matter-use lower case
15. A reference variable holds the _________ of an object. use lower case
16. Two or more reference variables can hold the address of the same object. TRUE OR FALSE