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
What is a stringbuffer?
What is the common usage of serialization? What exceptions occur during serialization?
What is the dot operator?
Why is String immutable?
What are the 4 types of research methods?
Are arrays primitive data types?
How to instantiate static nested classes in java?
What is singleton class in java and how can we make a class singleton?
What is java abstraction with example?
What is the simpletimezone class in java programming?
What is meant by oops concept in java?
Can we create constructor in abstract class ?
What is difference between hashset and hashmap in java?
Is java a prime method?
Can we use string in the switch case?