I just tried to make a simple class that lets me figure out the length of a file:
public class Size { long s = 0; int a; public static void mai
Primitive types in Java cannot be null. If you want to check for 0, do a != 0.
null
a != 0