If any error comes please comment below...


Skill builder

1. Using Java Library ArrayList as a List Interface implementation, input N integers from standard input and add to the list only if they form an increasing sequence.

2. sort() a List of Objects

3. Create a class ItemType with the following attributes.

4. Using Java Library ArrayList as a List implementation, input N integers from standard input and store sequentially in the List. In place, reverse the list by swapping the elements from the ends inwards and print the list after each swap.

5. Input a string with possibly repeated words separated by spaces

6. Vault Services company has to organize the employee details based on their salary

7. Write a program to check if an element exists in the HashSet.

8. Use remove() and isEmpty() methods of the ArrayList API and implement them in our application

Challange yourself

1. Input a positive integer N (N > 0), input N strings, and sort the strings in place in the order of increasing length

2. Manipulation in ArrayList

3. contains() & indexOf() methods in ArrayList