1.References cannot be NULL
2.A reference must be initialized when declared
3.Once a reference is declared, it cannot be modified later to reference another object i.e. it cannot be reset
4.References cannot refer to a constant value
Answer:4