public class Solution {
    public static Object createArrayList() {
        ArrayList<Cat> cats = new ArrayList<>();

        return ArrayList;

    }

    public static Object createLinkedList() {
        //write your code here

    }

    public static void main(String[] args) {
       LinkedList llobj = new LinkedList();

       return LinkedList;
    }
}