primitives
-
Convert int to string Java Example (with video)
Integer to String conversion is a basic task in many Java projects. There are many ways to convert int to…
Read More » -
short
In this example we shall show you how to use a short type in Java. The short data type is a…
Read More » -
long
With this example we are going to demonstrate how to use a long type in Java. The long data type…
Read More » -
float
In this example we shall show you how to use a float type in Java. The float data type is a…
Read More » -
double
With this example we are going to demonstrate how to use a double type in Java. The double data type…
Read More » -
char
This is an example of how to use a char type in Java. The char data type is a single…
Read More » -
byte
In this example we shall show you how to use a byte type in Java. The byte data type is…
Read More » -
boolean
With this example we are going to demonstrate how to use a boolean type in Java. The boolean data type…
Read More »