KnowledgeBoat Logo
|

Computer Science

What do you mean by initialization of a variable?

Values & Data Types Java

11 Likes

Answer

After we declare a variable, its value is unknown. Initialization of a variable means assigning a value to the variable for the very first time after it is declared.

Answered By

6 Likes


Related Questions