J2SE Question:
What is single precision?

Answer:
In the Java language specification, describes a floating point number with 32 bits of data. See also double precision.
Previous Question | Next Question |
What is static? | What is serialization? |