Which of the following (explicit) type castings will compile without error in Java?
All of the above
int to double
double to int
char to int