Answer Posted / vetri
in variable,specifying final the value cant be changed
through
entire program.specifying static means the variable value
will persist between different method calls,automatic
initialization of static variable is zero.static and final
methods cant be overriden with non static or non final method.
but static and final methods can be overriden with static
and final methods in the subclass.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is the use of http-tunneling in rmi?
What is t in generics in java?
Explain yield() method in thread class ?
Compare java and python.
Can we call virtual funciton in a constructor ?
Which is illegal identifier in java?
What is the range of a character variable?
What is super?
What is an example of a constant variable?
Can we make main() thread as daemon?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
If goto and const is reserve words than why it is not work in java?
What is arrays sort in java?
Have you ever used hashtable and dictionary?
What is complexity in java?