Why private Boolean shouldDropTables; assigns true by default to the variable instead of NULL like when doing private Integer anInteger;
Asking because I am fixing someone else code where there was an evalution on shouldDropTables boolean variable being NULL or not to exectute a method.
Booleanisnull, and a "Little-b"booleanis false. – matt May 18 '11 at 17:25