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