what is finalmethod & final variable with example?
Answer Posted / vignesh,c
in a class if a method is executed at final stage is called
a final method, and and a variable when used finally is
called a final variable.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is public static void main?
What is Mutex (Mutual Exclusion Object) ?
Does every java program need a main?
What are the different tags provided in jstl?
What is the requirement of thread in java?
Can a class be private in java?
Can you inherit a constructor java?
What is java autoboxing?
What is outofmemoryerror in java?
What is the importance of finally block in exception handling?
What is the difference between post and put?
What is are packages?
Can we have any code between try and catch blocks?
What do you mean by JVM?
Why strings in java are called as immutable?