Yesterday one of the new joiner Java Trainee Engineer from our team came to me and asked about how do you I convert a float variable into long or int…
Hutomo Sungkar
There are two types of variables in Java, primitive and reference type. All the basic types e.g. int, boolean, char, short, float, long and double ar…