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
What is the impact of declaring a method as final?
What is public static?
What is the purpose of default constructor?
What is an exception in java?
Why is java multithreaded?
Which java version is latest?
What is the difference between JVM and JRE?
What are facelets templates?
Is a copy constructor?
What are the important features of Java 8 release?
Is java a utf 8 string?
What are features of java?
What is the requirement of thread in java?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
What is treemap in java?