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 / 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 |
Post New Answer View All Answers
How are destructors defined in java?
Which class is the superclass of all classes?
What are the classes of java?
What is parameter example?
Does java support multiple inheritances?
What is a parameter in simple terms?
Can we override constructors in java?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
How do you compare two strings lexicographically?
What is string subsequence method?
How do you get length in java?
In how many ways we can do exception handling in java?
What are the types of collections in java?
What is stringbuffer in java?
How does map works in java?