Which statement about the purpose of autoboxing and unboxing is trueAAn int becomes an Int after AutoboxingBAn char becomes an Char after AutoboxingCunboxing is the process of wrapping primitive data
D. Autoboxing is the process of wrapping primitive data types into objects, while unboxing is the process of converting wrapper classes to primitive data types.
原文地址: http://www.cveoy.top/t/topic/fn0a 著作权归作者所有。请勿转载和采集!