//file import java.util.List; import java.util.LinkedList; class User { void main() { List list = new LinkedList(); } }