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 |
What is multi-tasking? Types?
What are the ways to define classes that can be run as threads?
What are the different class loaders used by jvm?
whats is mean by class.forName() whats the return type of class
If we opened windows notepad 4 times, does it starts 4 processes or 4 threads?
What is in-memory replication?
Have you used threads in Servelet?
How to implement RMI in Java?
function of extends and implements keywords?
Do I have to use jsps with my application?
Explain Object Serialization and it can be used?
Why RMI required an interface?