int.class returns an object of class type.
although there is a method to invoke constructor of a class, but since int.class represents primitive data type so no constructor are available.
Is there any way to create an int variable from int.class object ??