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 | 2 No |
Post New Answer View All Answers
What is the main use of generics in java?
What is a method type?
What is the use of math abs in java?
What are the differences between wait() and sleep()?
What are the problems faced by java programmers who don't use layout managers?
what is session in java?
What is mean by collections in java?
What is return used for in java?
What is hashmap and map?
What is the importance of static variable?
How infinite loop is declared?
Can we create object of static class?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
Why is String immutable?
What is dynamic binding(late binding)?