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

wahts is mean by dynavalidatorform in struts/

0 Answers   SolutionNET,


what is a Daemon Thread?

2 Answers  


Should synchronization primitives be used on bean methods?

0 Answers  


What’s jboss cache in short?

0 Answers  


What is clustering? What are the different algorithms used for clustering?

0 Answers  






What is the immediate superclass of the applet class?

0 Answers  


What is abstract schema?

0 Answers  


What do you need to set-up a cluster with jboss?

0 Answers  


1) Scenario: I developed my application on local system and everything is perfect and tested. Now on UAT this application is deployed on clustered server environment. They are logical or physically clustered. But application is not working over there.  What is the issue with application?  What are the first things which come in your mind?

1 Answers   L&T,


What method is used to create the daemon thread?

1 Answers  


How to implement RMI in Java?

0 Answers   TCS,


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

0 Answers  


Categories