what is diff between Access modifier and specifier?

Answers were Sorted based on User's Feedback



what is diff between Access modifier and specifier?..

Answer / 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

what is diff between Access modifier and specifier?..

Answer / 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

what is diff between Access modifier and specifier?..

Answer / bhavesh

access specifier is public,private and protected
access modifier is final abstact and sycronization

Is This Answer Correct ?    0 Yes 0 No

what is diff between Access modifier and specifier?..

Answer / praseen

Yes Rinal you are confused with each other. It is opposite.

Is This Answer Correct ?    0 Yes 4 No

what is diff between Access modifier and specifier?..

Answer / ashok

Rinal....its just the opposite dear.... :)

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More Advanced Java Interview Questions

Explain the purposes of methods wait(), notify(), notifyAll ()?

2 Answers  


What are JTA/JTS and how they used by client?

0 Answers  


what is Static binding?

2 Answers   Wipro,


Can I run seam outside of jboss as?

0 Answers  


how to get value in combo for updation?

1 Answers   CMC,






What modifiers may be used with an interface declaration?

0 Answers  


what do u mean by java bean??

2 Answers   ADP,


Explain about thread synchronization inside a monitor?

0 Answers   Saksoft,


what is the RMI / IIOP?

3 Answers  


Is there a guarantee of uniqueness for entity beans?

0 Answers  


What are the oops concept?

0 Answers  


What are the diff types of exception?

0 Answers  


Categories