which statement tests if a singly linked node variable named myitem has been initialized? a. if (myltem b. if (myItem.getElement() != null) • c. if (myltem.getElement() == null) d. if (myItem != null)



Answer :

Other Questions