IDYN Solutions

Search Results

DataTypes and Variables

November 10, 2006 · 2 Comments

Data Types
Integer Data Type

Floating Point Data Type

Java provides two floating-point data types as specified by the IEEE-754 standard. These are the float and double data types. The float type represents single-precision numbers while the double type is used for double-precision numbers.
You suffix the value assinged to a float variable with the character [...]

Tags: Java