public class Demo7 { public static void main(String[] args) { GenericStore a = new GenericStore(12345); } }