What is autoboxing and unboxing ?5
1016 5b5cc7cee4d2b41977751109
Q: What is autoboxing and unboxing ?
- Show Answer
- Workspace
- Discuss
Answer :
Explanation :
Autoboxing is the automatic conversion that the Java compiler makes between the primitive types and their corresponding object wrapper classes. For example, converting an int to an Integer, a double to a Double, and so on. If the conversion goes the other way, this is called unboxing.
Similar Questions
Since Nithya and Suganya exchange places, so Rita’s new position is the same as Monika’s earlier position. This position is 17th from the right and 10th from the left. Therefore Number of girls in the row = (16 + 1 + 9) = 26.