what is the Diff. between Access Specifiers and Access
Modifiers?

Answer Posted / jessie

Access specifiers are public,private and protected.By default it is default.Access specifiers provides the scope and visibility of class,method and variable.
Access modifiers are those(static,final,abstract,transient..etc) which modifies the visibility provided by access specifiers...

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between char array and string?

508


Can a private method of a superclass be declared within a subclass?

521


Can you declare an interface method static?

569


How is java hashmap implemented?

535


How do you use nextline in java?

495






What is the functionality of the stub?

560


When do I need to use reflection feature in java?

612


Are arrays static in java?

565


How can I debug the Java security exceptions and AccessControlExceptions?

618


Why stringbuilder is not thread safe in java?

555


What is OOP's Terms with explanation?

592


Explain about the select method with an example?

579


Explain what do you mean by functional overloading in java?

541


What is instance synchronization?

528


What is variable argument in java?

545