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 / neha jain
i feel with interface we can use public and default.and
with abstract we can use all except private
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Can a class be declared as protected?
How many bytes is double?
Is java util list serializable?
Explain about map interface in java?
When is the finally clause of a try-catch-finally statement executed?
What is the different between get and post?
What do you understand by an io stream?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
What do u mean by variable?
What is the purpose of final keyword and when to use it?
What best practices should you follow while writing multithreaded code in java?
Explain the scope or life time of class variables or static variables?
Can a singleton class be inherited?
Can It is possible to synchronize the constructor of a Java Class?
What does exp mean in math?