Is the \'floating point literal\' and the \'floating literal\' the same thing in Java?
Also, is there anything called \'double literal\' in Java?
"floating-point literal" will be float type if it ends with F or f; otherwise it is a double
F
f