what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / pandian.r
Access Specifier are used to specifiy how the member
variable ,methods or class to other classes.They are
public ,private and protected.
Access Modifier:
1.Access
2.Non Access
Access:
public ,private,protected and default.
Non Access:
abstract,final,native,static,synchronized,transient,volatile
and strictfp
| Is This Answer Correct ? | 161 Yes | 68 No |
Post New Answer View All Answers
What is the properties class in java programming?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
What is tree node in java?
Is oracle java 11 free?
What is array size in java?
What is a method declaration?
What's the access scope of protected access specifier?
Is a class an object?
When will you define a method as static?
How do you stop a thread in java?
What is a double vs float?
Why singleton class is used in java?
Explain the differences between abstraction and encapsulation?
Which keyword specify that a variable is effectively final ?
What are functions in java?