what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / gautham
Access Specifiers  A.S gives access privileges to outside
of application (or) others; they are Public, Protected,
Private, Defaults
Access Modifiers  A.M which gives additional meaning to
data, methods and classes, final cannot be modified at any
point of time
| Is This Answer Correct ? | 52 Yes | 25 No |
Post New Answer View All Answers
What is the purpose of the strictfp keyword?
What is difference between variable declaration and definition?
What is preflight request?
What is a flag and how does it work?
What is the argument in java?
Why are parameters used in functions?
What is http client in java?
What is the default value of float and double datatype in java?
what do you mean by classloader?
What is the difference between hashset and treeset in java?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
What methods are used in Servlet?Applet communication?
How do I get the | symbol on my keyboard?
What is null data type?
What is a instance variable?