OCAJP – Wrapper Classes in Java
This post is about the OCAJP exam objective “Develop code that uses wrapper classes such as Boolean, Double, and Integer”. In the exam you will be mainly tested about Autoboxing and Unboxing concepts of Wrapper classes, Using wrapper classes with their corresponding primitive types. Try our free test for OCAJP 8 exam now!! What is Wrapper Classes? Generally when we work with numbers we use primitive data types such as byte, int, long, double, etc. There are certain situations to use objects in place of primitives and the Java platform provides wrapper classes for each of the primitive data types. […]
OCAJP – Wrapper Classes in Java Read More »