Can we initialize the final blank variable?
Answer / Manu Kumar Pandey
No, a final variable must be initialized when it is declared.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of java are there?
What happens when a thrown exception is not handled?
Different types of modifiers?
What is the access scope of protected access specifier?
how can you take care of mutual exclusion using java threads? : Java thread
What is the null?
primitive data types in Java ?
what is mean by method signature?
What happens if a constructor is declared private?
What is the method in java?
Why convert an applet to an application?
Can we declare the main method of our class as private?