Saturday, 18 February 2017

Type Casting in Java

Type Casting in Java
//

This tutorial covers only primitive data type casting which explains converting a value of type double  to an int or an int to a double. Casting Object / reference variable will be covered in next tutorial.

Numerical data are called primitive data types
Objects are called reference
Read More about it from the following link : http://coding-guru.com/type-casting/ posted by Gul


Previous Post
Next Post

About Author

0 comments: