What do you mean by initialization of a variable?
11 Likes
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
Define Identifiers with an example.
What is the significance of declaring a variable in Java?
In what way is static declaration different from dynamic declaration?
What do you mean by non-primitive data type? Give examples.