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 |
Howmany interfaces are used in RMI?
When a thread blocks on i/o, what state does it enter?
What is RMI architecture?
Is the infobus client side only?
the same information whether it will connect to the database or it will be used previous information?
Why RMI required an interface?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Brief description about local interfaces?
Do you think that java should have had pointers?
Is infobus easy to use?
diff mvc1 and mvc2 wahts is mean by servlet chaining?
What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?