TYPE ------------------------------------------ DEFAULT VALUE
. All Integer type ------------------------------- 0
. Char Type------------------------------------- '\x000'
.Float Type ---------------------------------- 0.0f
. Double Type ---------------------------------- 0.00d
. Decimal Type ------------------------------------- 0.0m
. bool type --------------------------------------------- false
.enum Type ---------------------------------------------- 0
.All Reference type --------------------------------- null
crazy code