Answer Posted / sekhar
No We can't do that.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 ? | 64 Yes | 12 No |
Post New Answer View All Answers
Is java call by reference?
what do you mean by stream pipelining in java 8? Explain
What is the flag in java?
What does it mean to flush a file?
What is a singleton class in Java?
Can list contain null in java?
What is methodological framework?
What is the difference between the boolean & operator and the && operator in java programming?
What is a instance variable in java?
What are encapsulation, inheritance and polymorphism?
Can we use a switch statement with strings?
Is this valid in java ? Can we instantiate interface in java?
What are autoboxing and unboxing? When does it occur?
Explain exception chaining in java?
What is the purpose of the return statement?