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


Please Help Members By Posting Answers For Below Questions

What is default constructors?

631


What are the parts of methodology?

637


Why to use nested classes in java?

677


What is a ?

869


what is inner class in java?

723






why are wait(), notify() and notifyall() methods defined in the object class? : Java thread

630


What is the purpose of the wait(), notify(), and notifyall() methods in java programming?

663


Name the components that are termed to be Heavy-weight component but available in Light-weight components?

2078


How would you use Bubble Sort to sort the number of elements?

692


What is java algorithm?

608


What is the default size of load factor in hashing based collection?

665


Can you access the private method from outside the class?

603


What is array length in java?

611


What are different exception types exceptions available in java ?

588


What super () does in java?

568