what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / filistin
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 ? | 11 Yes | 22 No |
Post New Answer View All Answers
Can we create constructor in abstract class ?
What is an enumeration?
What is variable and constant explain with example?
Is age discrete or continuous?
What is the use of StringTokenizer class?
What are the basic concepts of OOPS in java?
What variables are stored in stack?
What are serialization and deserialization?
What is array pointers ?
why an outer class cannot be declared as private?
What are the differences between heap and stack memory?
What is the use of singleton class?
What are Normalization Rules? Define Normalization?
Can a final method be overloaded?
Is java a virus?