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 |
How to implement RMI in Java?
Why is string immutable in java?
What is multi-tasking? Types?
What are the types of scaling?
Name the method to find, if a thread is active or not?
How many layers are there in RMI and what are they?
If your ui seems to freeze periodically, what might be a likely reason?
what is a dirty read?
what are the activation groupworks?
Do I need to import javlang package any time? Why ?
the advantages of polymorphic
Can I run seam with jdk 1.4 and earlier?