What is the default value of the local variables in Java?

The local variables are not initialized to any default value, neither primitives nor object references.