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 / neha jain
i feel with interface we can use public and default.and
with abstract we can use all except private
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Can substring create new object?
Is java hard to learn?
What is an error in java?
In the below example, what will be the output?
What is module with example?
How do I stop concurrentmodificationexception?
What is the purpose of an interface?
What is incompatible types in java?
What is an eror in java?
What is garbage collection? Can it be forced to run?
What is the use of arrays tostring () in java?
What is variable length arguments in java?
What is the purpose of abstract class?
What access modifiers can be used for methods?
What is java reflection?