1Int is a primitive data type
2On the other hand Integer is a wrapper class that wraps a primitive type
3int into an object
4Int provides less flexibility as compare to Integer as it only allows the
5binary value of an integer in it. The Intege on the other hand is more
6flexible in storing and manupulating in data since wrapper class inherit
7object class.