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 / uday
Interface: Public or default
Abstract Class (Anything ) : public , private or Default
Iam sure about these answears
-uday
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is singletonlist in java?
What is the use of static methods?
Is array size fixed in java?
How does linkedhashmap work in java?
Why are the methods of the math class static?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What are the benefits of immutable objects?
What is the significance of continue jump statement? Explain with an example.
Why do we need singleton?
who can i handle multiple client in RMI
Is intellij better than eclipse?
What is flush buffer?
Is arraylist dynamic in java?
What is the use of singleton?