what is diff between Access modifier and specifier?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / praseen
Yes Rinal you are confused with each other. It is opposite.
Is This Answer Correct ? | 0 Yes | 4 No |
Explain the purposes of methods wait(), notify(), notifyAll ()?
What are JTA/JTS and how they used by client?
what is Static binding?
Can I run seam outside of jboss as?
how to get value in combo for updation?
What modifiers may be used with an interface declaration?
what do u mean by java bean??
Explain about thread synchronization inside a monitor?
what is the RMI / IIOP?
Is there a guarantee of uniqueness for entity beans?
What are the oops concept?
What are the diff types of exception?