can i use int or long type array?
Can i use int or long type array?
Hey @Vipin_coder
can i use int or long type array?
Answer can not use
Generic methods only work with subtypes of Object. Integer is a sub type of Object. int is not an object but a primitive.