Type Casting in Java|Explicit and Implicit Type Conversion|Implicit Typecasting|Explicit Typecasting

Описание к видео Type Casting in Java|Explicit and Implicit Type Conversion|Implicit Typecasting|Explicit Typecasting

follow me on:
Facebook:   / pawans.nair.7  
Instagram:   / pawan_s_nair  
Twitter:   / pawannair  
Linked in:   / pawan-nair-669860168  

In this video we will be discussing about typecasting in java :
Typecasting :
-----------------------
Typecasting means when we try to put some value into some variable of another datatype is what know as typecasting or In Simple words, you are changing the datatype of the data by doing this.

Types Of Typecasting In Java:
-----------------------------------------------
1)Implicit Typecasting
2)Explicit Typecasting

Implicit Typecasting
----------------------------------
It is completely done by the compiler and it can be done only when we are trying to store the value from smaller to bigger datatype.

Explicit Typecasting
---------------------------------
It's done by the programmer explicitly so that we could store a value of bigger size into a smaller size datatype

Комментарии

Информация по комментариям в разработке