Computer Applications
What are the types of casting shown by the following examples?
double x = 15.2;
int y = (int) x;int x = 12;
long y = x;
Values & Data Types Java
ICSE 2013
34 Likes
Answer
- Explicit Type Casting
- Implicit Type Casting
Answered By
10 Likes