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 the difference between constructor and method?
What is the latest version of java?
Why isn’t there operator overloading?
Explain methods specific to list interface?
Write a program to reverse a number in java?
What is sorting in java?
What is merge sort in java?
can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}
What does the append?
How many techniques can be employed to create a string object?
What are the methods used to implement for the key object in the hash map?
Is it possible to make an array volatile?