The class Integer wraps an object value of primitive type of int value. The object that is created from this class Integer will only hold a single value of primitive type int.
Constructor of Integer class is as shown
Integer(int value)
Tags:
Core java