what are the different access specifiers that can be used
by interfaces and abstract classes? can anyone give me
detailed description on this
Answer Posted / malay tripathi
I guess if members of interface are declared final then
they can't be overridden & hence this hampers the logic
behind having interfaces...
Interface can only be Public/Default or abstract.In any
other case it can't be overridden & hence of no use.
MemberFunctions also behave similarly.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is a values collection view ?
how does the run() method in runnable work? : Java thread
What is a local, member and a class variable?
When do I need to use reflection feature in java?
What do you mean by flow of struts?
Is zero a natural number?
What is a function argument in java?
What is a local class in java?
Can a final method be overloaded?
How to sort double array in java?
Can set contain duplicates?
What is function and its uses?
What is difference between word and integer?
Can we call the constructor of a class more than once for an object?
Explain features of interfaces in java?