What is the blank final variable?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of a transient variable?

588


What is difference between next () and nextline () in java?

542


What do you mean by buffering?

561


Who is the owner of java?

544


Can an unreferenced object be referenced again?

770






What is outofmemoryerror in java?

571


Why java is platform independent? Explain.

603


Can we inherit inner class?

525


Can singleton class be serialized?

518


What does arrays sort do in java?

545


What is the main purpose of serialization in java?

530


Is string is a data type in java?

593


Why is an interface be able to extend more than one interface but a class can’t extend more than one class?

709


Can a constructor be protected?

536


Can we override tostring method in java?

535