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
How do you sort a string in alphabetical order in java?
Give me an example of array and linked list? Where they can be used?
Explain the difference between the public, private, final, protected, and default modifiers?
Can you override a final method?
Describe different states of a thread.
Why does java does not support multiple inheritance? Explain
Does java runtime require a license?
What is unicode full form?
What language is pass by reference?
What are the basic concepts of OOPS in java?
List some java keywords sun like c, c + + keywords?
What is the largest number a double can hold?
Explain java coding standards for methods?
What is the difference between integer parseint and integer valueof?
What is a function in programming?