What is the blank final variable?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What are the Memory Allocations available in JavaJava?
How do you sort in ascending order in java?
What is collections framework?
How many types of thread in java? give the name
Explain about the dynamic behavior of core java?
What do you mean by scope of variable?
WHAT IS MARKER INTERFACE,AND NO METHODS IS NOT THERE ON THAT INTERFACE THEN WHY WE USED IN JAVA?
What is purpose of find feature?
What is used of static keyword in java?
how to deploy apache tomcat server to weblogic server in java
List the features of java programming language.
why HashTable not allow null key and value