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 does three dots mean in java?
What is abstract class? Explain
Why are global variables used?
Is array passed by reference in java?
What is java used for on a computer?
What is a get method?
Explain public static void main(string args[]).
Which is the best approach for creating thread ?
Why is java so important?
What is mean by encoding?
How does the java compiler work?
What is java console application?
What will be the initial value of an object reference which is defined as an instance variable?
What is java english?
Explain what access modifiers can be used for methods?