Home Tutorial Java Corejava Dataconversion Long Data Conversion from long to another type

 
 

Data Conversion from long to another type
Posted on: September 9, 2010 at 12:00 AM
Data conversion is the conversion of data from one type to another type.
Data conversion is the conversion of data from one type to another type. In this section we will learn about data conversion from long primitive type to another data type like String, boolean and char etc. Conversion from long to int
In this tutorial we will learn how to convert a long type value to int type value.
 
Conversion from long to string
In this tutorial we will learn how to convert a long type value to String type value.
 
Conversion from long to short
In this tutorial we will learn how to convert a long type value to short type value.
 
Conversion from long to byte
In this tutorial we will learn how to convert a long type value to byte type value.
 
Conversion from long to float
In this tutorial we will learn how to convert a long type value to float type value.
 
Conversion from long to double
In this tutorial we will learn how to convert a long type value to double type value.
 
Conversion from long to char
In this tutorial we will learn how to convert a long type value to char type value.
 
Conversion from long to boolean
In this tutorial we will learn how to convert a long type value to boolean type value.
 

Related Tags for Data Conversion from long to another type:


Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.