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 thread safe singleton?
What are the advantages of arraylist over arrays?
Do I need java on my pc?
What is the difference between static method and instance method in Java?
Which collection allows duplicate values in java?
How is a variable stored in memory?
Why is boolean important?
What is final variable?
Are variables stored in ram?
What is increment in java?
Which types of exceptions are caught at compile time?
How are observer and observable used in java programming?
What is JFC?
Where is singleton pattern used?
Why is java called java?