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 are thread local variables?
Explain numeric promotion?
Is string is a class in java?
What do bitwise operators do?
Can we overload run() method in java?
What is matcher in java?
What are the parts of methodology?
What is variable declaration and definition?
Is java a software?
Is age discrete or continuous?
Is vector thread safe in java?
can rmi and corba based applications interact ?
What is the difference between ArrayList and Vector? which one is better in Java
What is annotation in java?
Where to store local variables?