Standard display mode
View decides how to display the data.Typically in two instances Java chooses to express a number with a string:If the number exceeds the data minimum or maximum, an “Infinity” or “-Infinity” type string will be displayed”NaN” will be displayed if the number is not a valid numberThe size of the value to be displayed will determine whether to express a number in an exponential format.View represents figures lower than 0.001 in exponential format.0.01 0.010.0001 1.0E4