what is diff between Access modifier and specifier?

Answer Posted / raveesha

access specifiers will specify the scope of the members of
access
public,protected,private,default.


access modifiers will support the functionality of a method.
abstract,final,native,synchronized,static,volatile.

Is This Answer Correct ?    39 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is a non-repeatable read?

1912


What is an abstract method?

677


Explain RMI Architecture?

705


Why use a datasource when you can directly specify a connection details?

616


Difference between loadclass and class.forname?

685






Explain about thread synchronization inside a monitor?

2092


what are memory considerations of jsp compares to other web components?

6125


What method is invoked to cause an object to begin executing as a separate thread?

662


What is a modular application? What does module-relative mean?

638


When a thread blocks on i/o?

659


How to deploy Jar, War files in J2EE?

2255


How many times may an objects finalize() method be invoked by the garbage collector?

757


Why a component architecture for the java platform?

662


What are the benefits of detached objects?

673


What is local interface. How values will be passed?

654