Computer Science, asked by wahib6126, 1 year ago

Can you define a final variable without supplying its value in java

Answers

Answered by ravi2839
0
if you initialise any variable in java witout assigning any falue to it then it automatically takes the default value of the given datatype for the variable
Similar questions