In this tutorial we will learn some important and very frequently Core java conversions between different data types with program and examples.
String to char and vice versa >
How to convert String to char AND String to char array in core java
How to convert char to String in java
String to int and vice versa >
How to convert String to int or Integer in core java
How to convert String to int in java manually/ without using java library
How to convert int to String in java
String to long and vice versa >
How to convert String to long and long to String in core java
How to convert long to String in java
String to float and vice versa >
How to convert String to float and float to string in core java
How to convert float to String in java
String to double and vice versa >
How to convert String to double and double to string in java
How to convert double to String in java
String to short and vice versa >
How to convert String to short and short to string in core java
How to convert short to String in java
String to byte and vice versa >
How to convert String to byte and byte to string in java
How to convert byte to String in java
Primitive data type array to object array and object array to Primitive data type array conversion>
Convert intArray (int[]) to integerArray (Integer[]) and vice versa with and without Commons Library in java
Having any doubt? or you liked the tutorial! Please comment in below section.
Please express your love by liking JavaMadeSoEasy.com (JMSE) on facebook, following on google+ or Twitter.
RELATED LINKS>