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 are advantages of using Java?s layout managers than windowing systems?
What is a parameter example?
If you do not want your class to be inherited by any other class. What would you do?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
Is java programming easy?
Are generics important java?
What are the uses of synchronized keyword?
What do you mean by thread safe?
What is native method in java?
What is better - 'bit-shift a value' or 'multiply by 2'?
What is the difference between a scrollbar and a scrollpane?
Can a class have multiple superclasses?
What does the “static” keyword mean?
How do you represent a space in regex java?
Explain java coding standards for classes or java coding conventions for classes?