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 / lydia fernandes
Interface: Public or default
Abstract Class (Anything ) : public , private or Default
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between call by refrence and call by value?
Can java run on google chrome?
What is Java Reflection API? Why it’s so important to have?
Can classes declared using the abstract keyword cab be instantiated?
Can we overload run() method in java?
How to reverse a string in java?
What are different exception types exceptions available in java ?
Explain tree set and its features?
Explain the pointers in Java?
What is subsequence of a string?
Give an example of call be reference significance.
Why can we not override static method?
What access modifiers can be used for class ?
Is arraylist zero based?
What is unicode in java?