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
How can you set an applet’s height and width as a percentage?
What is meant by call by reference?
Is java written in c?
What is meant by final class?
Is a string literal?
What happens if a constructor is declared private?
What is a method declaration?
What are operators and its types?
Define inheritance with reference to java.
How do generics work?
What is the core java?
Define an abstract class with reference to java.
how would you implement a thread pool? : Java thread
What is pangram in java?
Is 0 true or false in java?