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 Bootstrap loader program?

1 Answers   Rossell Techsys,


What is ioc concept?

0 Answers  


how java is os independent language ?

3 Answers  


Are there books about seam?

0 Answers  


Explain Object Serialization and it can be used?

3 Answers   Infosys,






Can a thread be a member of another thread?

2 Answers  


In a multitiered application which tier is the browser in?

3 Answers   Adobe,


what is handle?

0 Answers  


Why does most servlets extend HttpServlet?

4 Answers   Accenture, Wipro,


What restrictions are placed on the values of each case of a switch statement?

0 Answers  


Why does the option tag render selected=selected instead of just selected?

0 Answers  


what is difference between checked exception & unchecked exception in java?

3 Answers   Ness Technologies,


Categories