Computer Science, asked by aniruddhaald, 8 months ago

Name Types of data conversion in java oops

Answers

Answered by harinisakithya45
1

Answer:

explicit conversion and implicit conversion

Answered by pratikshajawale
1

Answer:

Widening Casting (automatically) - converting a smaller type to a larger type size. byte -> short -> char -> int -> long -> float -> double.

Narrowing Casting (manually) - converting a larger type to a smaller size type. double -> float -> long -> int -> char -> short -> byte.

Explanation:

plz follow me

Similar questions
Math, 8 months ago