InterviewSolution
Saved Bookmarks
| 1. |
What Do You Understand By Casting In Java Language? What Are The Types Of Casting? |
|
Answer» The process of CONVERTING ONE DATA type to another is CALLED Casting. There are two types of casting in Java; these are implicit casting and explicit casting. The process of converting one data type to another is called Casting. There are two types of casting in Java; these are implicit casting and explicit casting. |
|