Thread is a light-weight process. The processing unit is known as a thread. When a process is divided into multiple parts and each part can
Category: java
HashSet and TreeSet both are present in java. util package.Both evaluate on the basis of object values, not on the basis of the index.Both cannot
ArrayList in Java ArrayList is a part of the Collection framework and it is present in java. util package. It provides dynamic arrays in Java.
Stack Stack in Java, The evaluation of stack is always LIFO(last in first out) order. The operation on the stack always for the top of
Collection Framework In java collection framework is classes and interfaces which are generally used to implement data structure. The collection is a group of similar