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

Is constructor inherited?

0 Answers  


Where to store local variables?

0 Answers   Aspiring Minds,


What is thread pool in java with example?

0 Answers  


How can we create objects if we make the constructor private ?

0 Answers  


aabccdee Find the used alphabets as abcde ?

4 Answers  






What is the use of anonymous inner classes ?

12 Answers   DELL, HCL,


Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain

0 Answers  


What do you mean by platform independence? What is an interface?

0 Answers  


What things should be kept in mind while creating your own exceptions in java?

0 Answers  


program to validate the IP address? Validity range should be 0 to 255

1 Answers   Huawei,


What are the problems faced by java programmers who don't use layout managers?

0 Answers  


What is arraylist e?

0 Answers  


Categories