Create java Student class with Reg. No, Name, Age and Address. Define another class to create Linked List to access data members of Student class and implement the following operations code example
Example: how to create a linked list in java
List<Integer> list = new LinkedList<>();