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 webservices

5 Answers   Consultancy, Mind Tree,


what is meant by encapsulation?

0 Answers   Aspire,


What is an exception in java?

0 Answers  


What are the 3 types of loops in java?

0 Answers  


Can we override tostring method in java?

0 Answers  






What is constructor and virtual function? Can we call a virtual function in a constructor?

0 Answers  


What is package protected in java?

0 Answers  


Why does java doesnt suuport unsigned values?

0 Answers   ABC,


State the main difference between c++ and java?

0 Answers  


What is command line argument

0 Answers   TCS,


Explain the available thread states in a high-level?

0 Answers  


What is a consumer in java?

0 Answers  


Categories