What is the blank final variable?

Answers were Sorted based on User's Feedback



What is the blank final variable?..

Answer / radhi

a variable with final keyword is called as blank final
variable....
eg. final int i=7;
we cant change the final variable....
there is no use ..if we can make a variabe as final....

Is This Answer Correct ?    7 Yes 4 No

What is the blank final variable?..

Answer / pratima

final int i;
You will get compile time error:The blank final field i may not have been initialized

Is This Answer Correct ?    1 Yes 0 No

What is the blank final variable?..

Answer / sani

when we declare a variable as final is blank final its value
will not change.

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Core Java Interview Questions

what is real-time example of runtime polymorphism and compile time polymorphism

4 Answers   SLK Group,


Why hashmap is used in java?

0 Answers  


What are integer overflows and underflows and how to handle them?

3 Answers   Wipro,


Which java collection does not allow null?

0 Answers  


why ,we are using jsp and html.which one is better?

2 Answers   Photon,






Compare Mutex and Semaphore in java.

0 Answers   Ciena,


which method is used to know the status of the Thread?

9 Answers   Honeywell,


Explain pass by reference and pass by value?

8 Answers   IBM, Wipro,


Can we access a database using applets?

2 Answers   Hewitt,


Question 6 [9] 6.1 In what situations (in general) would you use a TreeMap? (3) 6.2 In what situations (in general) would you use a HashSet to store a collection of values?

1 Answers  


What is the purpose of using javap?

0 Answers  


What is the history of java?

0 Answers  


Categories