Home

Competititve Exams Materials


Category / Search: Computers : Java

(Q) What is auto boxing ?

A) JVM conversion of int to float values
B) It doesn’t occur in Java, only in dynamically typed JVM languages like Groovy
C) JVM conversion between primitive types and reference types
D) Automatic insertion of brackets by an IDE

View Answer C) JVM conversion between primitive types and reference types
View related categories