Computer Science, asked by krushnamsarjine14, 1 month ago

what is the default value of local variable?

Answers

Answered by tinkik35
0

Answer:

The local variables do not have any default values in Java. This means that they can be declared and assigned a value before the variables are used for the first time, otherwise, the compiler throws an error.

Similar questions