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

What is multi-tasking? Types?

1 Answers  


What are the ways to define classes that can be run as threads?

1 Answers   KPIT,


What are the different class loaders used by jvm?

0 Answers  


whats is mean by class.forName() whats the return type of class

3 Answers   SolutionNET,


If we opened windows notepad 4 times, does it starts 4 processes or 4 threads?

1 Answers  






What is in-memory replication?

0 Answers  


Have you used threads in Servelet?

0 Answers   Satyam,


How to implement RMI in Java?

0 Answers   TCS,


function of extends and implements keywords?

2 Answers  


Do I have to use jsps with my application?

0 Answers  


Explain Object Serialization and it can be used?

3 Answers   Infosys,


Why RMI required an interface?

1 Answers  


Categories