Which of the following could result in code throwing a null pointer exception? Check all that applya) Attempting to invoke a method from a null objectb) Attempting to use an object that was declared but never instantiatedc) Attempting to use an object that was instantiated but never declaredd) Using an object that became null