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 |
What is an example of a conditional statement?
Do loops java?
The class "Class" is belongs to which package?? a) java.lang b)java.lang.reflect c)java.util d)None
can write code for serialization ?
Why do inner class cannot have static declaration except static nested class?
Can java program run without jre?
What are kinds of processors?
Can we have try without catch block?
How to sort an unsorted array in java?
How can you share data between two thread in Java?
What do you mean by chromounits in java8?
please write java program of instanceOf keyword implementation