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
what is a non-repeatable read?
What is an abstract method?
Explain RMI Architecture?
Why use a datasource when you can directly specify a connection details?
Difference between loadclass and class.forname?
Explain about thread synchronization inside a monitor?
what are memory considerations of jsp compares to other web components?
What method is invoked to cause an object to begin executing as a separate thread?
What is a modular application? What does module-relative mean?
When a thread blocks on i/o?
How to deploy Jar, War files in J2EE?
How many times may an objects finalize() method be invoked by the garbage collector?
Why a component architecture for the java platform?
What are the benefits of detached objects?
What is local interface. How values will be passed?