super keyword in java language
Answer (1)
The final keyword can be applied with the variables, a final variable that have no value it is called blank final variable or uninitialized final variable. It can be initialized in the constructor only. The blank final variable can be static also which will be initialized in the static block only.
Comments (0)
Related Questions
final keyword in java language
24 Views
secure in java language keyword
43 Views
static meaning in java language
65 Views
method overloading in java language
37 Views




