ICSE Class 10 Computer Applications
Question 14 of 30
Solved 2025 Specimen Paper ICSE Class 10 Computer Applications — Question 14
Back to all questionsfalse
Reason — In Java, the default value of a variable depends on its data type. For a boolean variable, the default value is false (in lowercase). This is because Java uses the primitive boolean type, which has only two possible values: true or false.