What are Access Specifiers and Access Modifiers.
Answer Posted / ravikiran(aptech mumbai)
access specifies will specify the scope of the member access.
public
protected
private
default
access modifier will support the functionality of a method
abstract
final
native
synchronized
static
Is This Answer Correct ? | 47 Yes | 7 No |
Post New Answer View All Answers
What is default constructors?
What are the parts of methodology?
Why to use nested classes in java?
What is a ?
what is inner class in java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
How would you use Bubble Sort to sort the number of elements?
What is java algorithm?
What is the default size of load factor in hashing based collection?
Can you access the private method from outside the class?
What is array length in java?
What are different exception types exceptions available in java ?
What super () does in java?