Is it possible to check a reference object variable to == null?
I am wondering how a linked list class can be written but if the nodes are an object... So how do I know when I hit the end? I would assume the usual check if the nextLink == null, if it does then your at the end.




Reply With Quote