Examveda
Examveda

Which of the following statements is true about autoboxing in Java?

A. Autoboxing is introduced in Java 5.0 and later versions

B. Autoboxing requires explicit casting

C. Autoboxing is used only for primitive types

D. Autoboxing is not used in Java

Answer: Option A


This Question Belongs to Java Program >> Java Autoboxing

Join The Discussion

Related Questions on Java Autoboxing

What is autoboxing in Java?

A. The automatic conversion of primitive types to their corresponding wrapper classes

B. The process of creating a new box

C. A feature for manually converting wrapper classes to primitive types

D. A feature for boxing objects