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
Which non-unicode letter characters may be used as the first character of an identifier?
Is string serializable in java?
What the difference is between execute, execute Query, execute Update?
What is meant by 'Class access modifiers'?
Why does java not support pointers?
Is empty string in java?
Does treeset use compareto?
What is an example of character?
Explain java coding standards for variables ?
Can we override final method?
What is a top level class in java?
What is the difference between compile-time polymorphism and runtime polymorphism?
how is final different from finally and finalize in java?
Where pragma is used?
Can you access the private method from outside the class?