But not always.
"Simple computation like a*b or expressions like a = !b are much slower if you are using objects."
When you use a method of a primitive type, a wrapper object will be created and "the creation of the wrapper-object costs time that you maybe don’t have".
Nice way of information focus