Yes, for primitive types(except boolean and char) it will be default to ZERO. If object type it will be default to null
.
This java tutorial may help you.
NOTE: as woot4Moo answered, this is for only instance variables. If local variable, then it won't be default to any.