what is finalmethod & final variable with example?
Answer Posted / dipesh
public final methodA(){
}
u can overirde final method & final variable can reassigned
another value & final varaiable value must be assingend at
the time of declaration
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
What is the difference between Grid and Gridbaglayout?
What is preparedstatement in java?
What is final variable?
What is method overloading with type promotion?
What are the changes in java.io in java 8 ?
What are the differences between c++ and java?
why java uses class level type casting ?
What is stack example?
Can main() method in java can return any data?
What are synchronized methods and synchronized statements in java programming?
Can we convert stringbuffer to string?
What is a stringbuffer?
What is scanner in java?
Can static methods be inherited?
Can we serialize arraylist in java?