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
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
What is a char in java?
Can you explain the meaning of aggregation and composition
can java object be locked down for exclusive use by a given thread? : Java thread
What does nextint () do in java?
What is abstraction in java?
If a variable is declared as private, where may the variable be accessed?
Why is stringbuffer not immutable?
What is integer valueof?
What is finalize method?
Is alive and join method in java?
How to use Media tracker Class.
What is a double vs float?
What is the covariant return type?
Why unicode is important?