Which of the following could NOT result in code throwing a null pointer exception?

Attempting to use an object that was instantiated but never declared
  • Attempting to invoke a method from a null object
  • Attempting to use an object that was declared but never instantiated
  • Using an object that became null

There are no hints for this question