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 happens when main () method is declared as private?
What is a dynamic array java?
What is the current version of java?
What are triggers in DB? Explain their types. How do they work?
What is meant by data hiding/encapsulation?
How is java created?
What is the use of singleton class?
Explain different ways of creating a thread. Which one would you prefer and why?
Where to store local variables?
What is adapter in java?
What is static variable with example?
What is the difference between arraylist and hashset in java?
What's the base class in java from which all classes are derived?
What are thread groups?
What is linked hashset and its features?