import java.util.jar.Attributes.*; public class Imports_1 { public static void main(String[] args) { Name x = new Name("Test"); } }