What is the default value of the local variables? › Category: Java › What is the default value of the local variables? 0 Vote Up Vote Down Editor">Editor Staff asked 2 years ago What is the default value of the local variables? 1 Answers 0 Vote Up Vote Down Editor">Editor Staff answered 2 years ago The local variables are not initialized to any default value, neither primitives nor object references.