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 you extend main method in java?
Why is flag used in java?
What is thread synchronization in java?
What are streams in java 8?
What is a type parameter in java?
What do you mean by global variable?
What is the difference between size and length in java?
What is <> used for in java?
How do you change an int to a string?
Can list have duplicates in java?
what is the difference between yielding and sleeping? : Java thread
Explain the difference between an object-oriented programming language and object-based programming language?
Explain about exception propagation?
What is the exception hierarchy in java?
What is instance synchronization?