what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / arun
In old laguages like c,c++ we have public,private,protected and default are considered as "Access specifiers" but all remaining considered as "Access modifiers".
But in case of Java there is no such type of difference .all are(public,private,protected,default,final,abstract,strictfp,native,synchronized,transcient,volatile and static) considered as "Access modifiers"
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is difference between overloading and overriding in java?
What is linkedlist in java?
What are the advantages of inner classes?
What is the common usage of serialization?
What are loops in java?
Are arrays classes in java?
What is integer parseint?
What are namespaces in java?
What is the difference between access specifiers and access modifiers in java? 16
Is null a keyword in java?
What is the use of default method in interface in java?
What is pangram in java?
What is string variable?
Why is String immutable?
What is an inner class in java?