Computer Science, asked by SangeethSankar, 11 months ago

What is garbage value in java

Answers

Answered by deepchandrachhimwal
2

Explanation:

GARBAGE VALUE :- If any variable is not initialized then that variables having garbage value(unassigned value). For example: int i; Variable 'i' is integer type but it wont assign any value.so,it take garbage value.It maybe any value.

hope it helps

Similar questions