Answer Posted / sudhakar goud
Ans: we can't write both final and abstract
because the abstract say's taht it has to be overridden
where as final say's that it can't be overridden.
That is the reason we can't write both final and abstract
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is the default execution method in java?
What do you meant by active and passive objects?
Differentiate between == and equals().
How you can force the garbage collection?
What is hashtable and explain features of hashtable?
What is a vector in java?
What is the full meaning of java?
What are nested classes in java?
How can we make a class singleton?
What is thread life cycle in java?
What means public static?
What are peerless components in java programming?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
Which collection is thread safe in java?
What is an object’s lock and which object’s have locks?