NullPointerException:An exception that occurs when trying to access or perform operations on an object that is currently set to null (i.e., does not refer to any valid memory location).
Deletion: Removing an element from a data structure, such as deleting an item from an array at a given index.
Element:A single item/value stored within a data structure.