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 / prasanna
public
private
protected
default
| Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
Which one will take more memory: an int or integer?
What is the benefit of using enum to declare a constant?
How do you convert an int to a string in java?
Is string a datatype?
What is consumer in java?
How to obtain a performance profile of java program
What about static nested classes in java?
Can a private method of a superclass be declared within a subclass?
What is contractor means and methods?
When arithmeticexception is thrown?
What is the effect of keeping a constructor private?
What is difference overloading and overriding?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What is bifunction in java?
Is string a data type in java?