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 / bhumika
interface can use public and default.and
abstract classes can use all of them including private.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can java cast null?
Name few java util classes introduced with java 8 ?
what type of questions asked for barclays technologies pune please send urgent
Differentiate jar and war files?
What is the relationship difference the canvas class and the graphics class?
Is null in java?
Do I need java for windows 10?
Can java list contain duplicates?
Which collection is best for sorting in java?
What is Mutex (Mutual Exclusion Object) ?
What are the steps involved to create a bean?
what is encapsulation in java? Explain
What is an iterator interface in java programming?
What is the purpose of object oriented programming?
Can a class declared as private be accessed outside it’s package?