what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / murali m
Access Specifiers
They are used to set the visibility of a
class or variable or a method.
ex:public,private,protected and default.
Access Modifiers
They are used to optionally declare a
field.
ex:abstract,native,transient,final,static and volatile.
| Is This Answer Correct ? | 58 Yes | 35 No |
Post New Answer View All Answers
What's the base class in java from which all classes are derived?
What is the indent key?
Why does my function print none?
Do I need java on my computer?
How can you write a loop indefinitely in java programming?
List primitive java types?
What is meant by collection in java?
How do you remove duplicates in java?
What is java argument list?
What is method with example?
What is a boolean in java?
Why are the destructors for base class and derived class called in reverse order when the program exits
What are "class access modifiers" in Java?
Why is flag used in java?
What is the meaning of variables in research?