data types
-
Enumeration Java Example
In this tutorial we will discuss about Java Enumeration. The Java programming language contains the enum keyword, which represents a…
Read More » -
Java Dictionary example
In this tutorial we will discuss about dictionaries in Java. A Dictionary is an abstract class that maps keys to…
Read More » -
Java Calendar Example (with video)
In this tutorial, we will explain the Calendar class in Java – java.util.Calendar using an example. 1. Introduction The Calendar…
Read More » -
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 »
- 1
- 2