πŸ“Š JAVA
Q. Choose a correct statement about Autoboxing in Java?
  • (A) Unboxing is the process of converting a Wrapper class object to its equivalent primitive data type
  • (B) Autoboxing is the process of converting Primitive data type to Wrapper Object type automatically. Auto-Unboxing is the process of converting Wrapper type object to Primitive type automatically.
  • (C) Boxing is the process of converting a primitive data to its equivalent Wrapper class type
  • (D) All the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All the above

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
240
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
94%
Success Rate