Could anyone please me why the output of the following programme is not \" different different\"?
public static void main(String[] args) { float f1=3.2f; fl
"3.2f" is a of type float. "3.2" is of type double.