what is float.what are data types
Answers
Float is a term is used in various programming languages to define a variable with a fractional value. Numbers created using a float variable declaration will have digits on both sides of a decimal point. This is in contrast to the integer data type, which houses an integer or whole number.
Introduction to Oracle FLOAT data type. The Oracle FLOAT data type is the subtype of the NUMBER data type. Its main purpose is to facilitate compatibility with ANSI SQL FLOAT data types. ... You cannot specify the scale because Oracle Database interprets scale from the data. The maximum precision of FLOAT is 126.
Answer:
Float is the term in java used before value when it is decimal, and on both sides of decimal num ers are there.
Explanation:
Data types :-
Char
String
Int
Fliat
Double
Long