Generate a class named Student which includes String data fields for firstName and lastName. Prepare a constructor which needs two String parameters to populate firstName and lastName fields. Prepare LinkedList of 20 Student objects each having different first and last names. Print LinkedList, first in order your items were placed onto LinkedList and then in reverse order.