|
This post originated from an RSS feed registered with Java Buzz
by T Tak.
|
Original Post: Autoboxing and its pitfalls
Feed Title: programtalk
Feed URL: http://programtalk.com/feed/
Feed Description: A blog mainly about java
|
Latest Java Buzz Posts
Latest Java Buzz Posts by T Tak
Latest Posts From programtalk
|
|
Autoboxing What is Autoboxing? Autoboxing is a feature of Java language introduced in Java 1.5. When Java compiler makes automatic conversion between the primitive types and their corresponding object wrapper class, it is called autoboxing. The process of creating a Wrapper class like Float from a primitive type like float is called boxing. And the process of creating ... [Read more...]
The post Autoboxing and its pitfalls appeared first on programtalk.com.
Read: Autoboxing and its pitfalls