Can we initialize the final blank variable?



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

Post New Answer

More Core Java Interview Questions

How many types of java are there?

1 Answers  


What happens when a thrown exception is not handled?

1 Answers   Wipro,


Different types of modifiers?

8 Answers   RoboCom,


What is the access scope of protected access specifier?

1 Answers  


how can you take care of mutual exclusion using java threads? : Java thread

1 Answers  


What is the null?

1 Answers  


primitive data types in Java ?

3 Answers  


what is mean by method signature?

5 Answers   Satyam,


What happens if a constructor is declared private?

1 Answers  


What is the method in java?

1 Answers  


Why convert an applet to an application?

1 Answers  


Can we declare the main method of our class as private?

1 Answers  


Categories