What is casting

There are two types of casting, casting between primitive numeric types and castingbetween objectreferences. Casting between numeric types is used to convert larger values, such asdouble values, tosmaller values, such as byte values. Casting between object references is used to refer toan object by acompatible class, interface, or array type reference.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions