what are the different access specifiers that can be used
by interfaces and abstract classes? can anyone give me
detailed description on this
Answers were Sorted based on User's Feedback
Answer / venkateswara reddy
that is nothing but access specifiers only
public
private
default
and one im not getting
| Is This Answer Correct ? | 6 Yes | 10 No |
Describe OOP in java?
How does map works in java?
What causes memory leak in java?
What is var keyword ?
Explain the selection sort algorithm?
can we write a program with out a class in core java?
Does garbage collection occur in permanent generation space in jvm?
What is an array length?
Is set ordered?
How do you start a thread?
why java does not support unsigned keyword?
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.