Answer Posted / yuvaraj
No.Because abstract means We compulsory
subclass it.Once we declare a final we can't sub class
that so that we can't do that.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What modifiers may be used with a top-level class?
Which package is used for pattern matching with regular expressions?
What classes of exceptions may be caught by a catch clause in java programming?
How do you sort arrays in java?
Explain the difference between transient and volatile in java?
How we can declare a static variable?
What are drawbacks of singleton class?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is the best way to findout the time/memory consuming process?
What is final keyword in java? Give an example.
What is passed by reference and pass by value ?
What is a war file?
What is listnode in java?
What is volatile keyword in java