Which of the following is default value of 'double' data type?
0
0.0d
null
False
Correct Answer: B — 0.0d
Explanation:
Default value is assigned to a variable by memory when it is declared but not initialized.