View Single Post
Old 08-29-2016, 02:41 AM   #5
addisoncave
Registered User
 
Join Date: Jun 2016
Posts: 169
The process of changing data of one datatype in to different datatype is known as type casting. in some cases we need to change to int variable to float when we've to add it with a float variable to get a float variable. The Compiler automatically type cast the variable when something like this happen in Java.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
addisoncave is offline   Reply With Quote