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 | 3 No |
Post New Answer View All Answers
Explain public static void main(string args[]).
What class of exceptions are generated by the java run-time system?
How are observer and observable used in java programming?
What is tcp and udp?
What is a modifier?
Can a constructor be private and how are this() and super() method used with constructor?
What is final method?
What is a predicate method?
If a method is declared as protected, where may the method be accessed in java programming?
How does a cookie work in Servlets?
What are the differences between Java 1.0 and Java 2.0?
What is variable explain?
What are the methods used to implement for the key object in the hash map?
What is generic class?
Which sorting is best in java?