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

Do I have to use jsps with my application?

0 Answers  


What is the difference between static and non-static with examples?

0 Answers   HCL,


What is J2EE?

2 Answers  


what is JTA ?

2 Answers  


What are different types of layout managers in java.awt package?

3 Answers   Android, CA,






which of the following authentication is stronger than the others? a. Http Basic b. Http DIGEST c. Form based

1 Answers  


What is MOM?

1 Answers   Wipro,


when we applied start()method on a thread ,how does it know that to execute run()method on that object?

2 Answers   HCL,


In real time project when will we use Abstract class. and what are the difference between abstract and interface.

6 Answers   DELL, FCS, Polaris, Tanla Solutions, TCS,


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

0 Answers  


What is the difference between long.class and long.type?

0 Answers  


Which class is the immediate superclass of the menucomponent class?

0 Answers  


Categories