InterviewSolution
Saved Bookmarks
| 1. |
What Do You Understand By Casting In Java Language? |
|
Answer» The process of CONVERTING one DATATYPE to another in Java language is CALLED Casting. The process of converting one datatype to another in Java language is called Casting. |
|