0 votes
in JAVA by
What is type casting in java?

1 Answer

0 votes
by

What is type casting in java?

The process of converting the value of one data type (int, float, double, etc.) to another data type is known as typecasting.

🔗Reference : stackoverflow.com

🔗Source: Java Interview Questions and Answers

🔗Reference: Javatpoint.com

Related questions

+2 votes
asked May 31, 2020 in JAVA by SakshiSharma
0 votes
asked May 26, 2022 in Kotlin by Robin
...