|
NissiNath's Profile
|
|
NissiNath is a Software Developer with five years experience in developing Java/J2EE applications. His hobbies are Reading books, Browsing internet, Watching cricket. |
|
|
NissiNath's Articles (1)
|
|
|
|
|
AutoBoxing in Java 5.0
In the latest version of J2SE 5.0 released by Sun, Autoboxing is one of the new feature. Before J2SE 5.0, working with primitive types required the repetitive work of converting the primitive types into wrapper classes and vice - versa. Sometimes the purpose of conversion is just for some API call, after which the results have to be converted into original form which is very frustrating .Auto-boxing and Auto-Unboxing enables the primitive types to be converted into respective wrapper objects and the other way around.This article gives some insight about the importance of this new feature and how it can be used in the real-world programming.
|
|
|
|