Java Reference Type Casting
Java Data Types
Tutorial
By Stephen Enright, dec 07, 2012
In this tutorial we will examine the casting between Java reference types. We will look at different techniques such as upcasting, downcasting, and performing safe type casting in Java.