what is diff between Access modifier and specifier?

Answer Posted / rinal doshi 9998099633

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

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

Is This Answer Correct ?    17 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

668


A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions

1909


Define aop(assepct oriented programing)?

739


How would you reatach detached objects to a session when the same object has already been loaded into the session?

788


Why are component architectures useful?

658






What is the relationship between the canvas class and the graphics class?

635


When a thread blocks on i/o, what state does it enter?

677


Which are the different segments of memory?

688


What is metaspace?

654


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1461


Brief description about local interfaces?

776


What are the different approaches to represent an inheritance hierarchy?

681


AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?

1746


What class is the top of the awt event hierarchy?

688


What is the difference between system.out ,system.err and system.in?

685