Anjan kumar Sharmaanjansharma.hashnode.dev·Jul 8, 2024AutoBoxing and Unboxing In JavaData types in java Java has two categories of data types: primitive and reference. Primitive types are the basic types that store values directly in memory, such as int, char, boolean, and so on. Reference types are the types that store references to...Discuss·43 readsautoBoxingAndUnboxing