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 advantage do java's layout managers provide over traditional windowing systems?
What is the difference between class & object?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
What methodology can be utilized to link to a database?
What will be the default values of all the elements of an array defined as an instance variable?
Can constructor return value?
What is data type in java?
What is thread safe java?
What is java oops?
Does java support multiple inheritances?
Explain what pure virtual function is?
Does java list allow null?
When arithmeticexception is thrown?
What is collection sort in java?
Is sizeof a preprocessor?