boxing tag

2 questions


1 answers
80 views
0
I want to put int[] in the List , how do I do it?

I want to put int[] in the list, how do I do it?


1 answers
126 views
0
How do I compare Integer classes in Java?

For example,Integer a = 4;if (a < 5)I know that this is a comparative operation by learning auto boxing. The Integer and int types are comparatively well calculated,The problem is when calculating ...

1 years ago

© 2024 OneMinuteCode. All rights reserved.