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
Explain the concept of proper inheritance?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
Explain the available thread states in a high-level?
When should I use singleton pattern?
what are synchronized methods and synchronized statements? : Java thread
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
What is use of static method?
How can you generate random numbers in java?
What is meant by flickering?
Is age a discrete variable?
What is a 16 bit word?
what happens when a thread cannot acquire a lock on an object? : Java thread
Difference between string, string builder, and string buffer?
What is the destroy method?
What are the differences between abstract class and interface?