In Mathematica, a blank space between two symbols represents a multiplication sign. By setting ZeroWidthTimes->True, you can make such a blank space invisible while retaining its meaning as a multiplication symbol. This is useful for simulating conventional mathematical notation, such as ab + ac + ad = a(b + c + d).
With the default setting ZeroWidthTimes->False, a blank space between two objects being multiplied is explicitly shown, as in ab + ac + ad = a (b + c + d).