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
Give me some null interfaces in java?
What are the 8 data types in java?
What is the multi-catch block in java?
Is vector ordered in java?
How do you call a reference in java?
How to sort double array in java?
Are arrays classes in java?
What is meant by class?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
Can a method be static?
What an i/o filter?
What is double data type?
Why do we use predicate in java?
How can we create a thread in java?
Can you pass by reference in java?