Way2Java

View All Java Casting Operations

    A) Introduction
  1. Data Type Casting (Type Conversion)
byte TO short int long float double char boolean
short TO byte int long float double char boolean
int TO byte short long float double char boolean
float TO byte short int long double char boolean
double TO byte short int long float char boolean
char TO byte short int long float double boolean
boolean TO byte short int long float double char
    B) General
  1. Object Casting