dinesh Archive

LinkedList class in Collection

LinkedList class extends AbstractSequentialList and implements List, Deque and Queue interface. It can be used as List, stack or Queue as it implements all the related interfaces. It can contain duplicate elements and is not …

Inter-thread communication

Inter Thread Communication is one of the distinct facility in multi threading application development of java. Inter thread communication concept is one of the specialized form of inter process communication of operating system. In real …