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 / ismail
interface can be only public or default and abstract class
should be public protected
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is floor in java?
What is bean? Where it can be used?
What if I write static public void instead of public static void in java?
Can inner class extend any class?
What is functional interface in javatpoint?
What is final method in java?
how to create daemon thread in java?
Define array. Tell me about 2-D array.
What is are packages?
Can a class extends itself in java?
What is the difference between class forname and new?
What does three dots mean in java?
What is the covariant return type?
What are loops in java? What are three types of loops?
Is null == null in java?